### Description There are a bunch of old loose `Legacy` color variables being used in the `Wallet` front-end. We need to migrate all of these to use our current and equivalent `Nala` color variables. ``` background01 = --leo-color-page-background background02 = --leo-color-container-background errorBackground = --leo-color-systemfeedback-error-background warningBackground = --leo-color-systemfeedback-warning-background errorIcon = --leo-color-systemfeedback-error-icon successIcon = --leo-color-systemfeedback-success-icon warningIcon = --leo-color-systemfeedback-warning-icon errorBorder = --leo-color-systemfeedback-error-background successBorder = --leo-color-systemfeedback-success-background interactive05 = --leo-color-button-background interactive06 = --leo-color-button-background interactive07 = --leo-color-neutral-70 interactive08 = --leo-color-neutral-30 brandBat = --leo-color-primitive-brands-primary-fixed disabled = --leo-color-text-disabled panelBackgroundSecondary = --leo-color-page-background ```