Skip to content

Commit

Permalink
fix(wizard): restore wizard sidenav scss variables
Browse files Browse the repository at this point in the history
This fixes mistakes I made in 5465f80.
  • Loading branch information
kevinbuhmann committed Jan 12, 2023
1 parent 2a4bfe7 commit 8585ae6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/angular/src/utils/_overwrites.clarity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,11 @@ $clr-spinner-opacity: null; // 0.15
/*================================================================================*/

$clr-wizard-main-bgcolor: null; // $clr-color-neutral-0
$clr-wizard-sidenav-bgcolor: null; // $clr-color-neutral-50
$clr-wizard-default-space: null; // $clr_baselineRem_1
$clr-wizard-main-textColor: null; // $clr-color-on-neutral-0
$clr-wizard-sidenav-text: null; // $clr-color-neutral-900
$clr-wizard-sidenav-text--active: null; // $clr-global-on-selection-color
$clr-wizard-title-text: null; // $clr-color-neutral-1000
$clr-wizard-stepnav-border-size: null; // $clr_baselineRem_4px
$clr-wizard-stepnav-border-color: null; // $clr-color-neutral-200
Expand Down
3 changes: 3 additions & 0 deletions projects/angular/src/utils/_theme.dark.clarity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -821,10 +821,13 @@ $clr-vertical-nav-trigger-divider-border-color: hsl(199, 19%, 17%);
*
* Usage: ../wizard/_wizard.clarity.scss
*/
$clr-wizard-sidenav-bgcolor: hsl(201, 30%, 15%);
$clr-wizard-sidenav-text--active: hsl(0, 0%, 100%);
$clr-wizard-stepnav-active-bgcolor: hsl(203, 32%, 29%);
$clr-wizard-stepnav-border-color: hsl(201, 14%, 27%);
$clr-wizard-stepnav-border-color--active: hsl(92, 79%, 40%);
$clr-wizard-step-nav-border-color: hsl(200, 30%, 12%);
$clr-wizard-sidenav-text: hsl(203, 16%, 72%);
$clr-wizard-title-text: hsl(210, 16%, 93%);
$clr-wizard-main-textColor: hsl(203, 16%, 72%);
$clr-wizard-stepnav-error-color: hsl(3, 90%, 62%);
Expand Down

0 comments on commit 8585ae6

Please sign in to comment.