Skip to content

Commit

Permalink
fix: use correct color determination for app-bg
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Feb 25, 2021
1 parent 68dae9f commit 102db3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/default/scss/_variables.scss
Expand Up @@ -292,7 +292,7 @@ $body-text: $text-color !default;

$subtle-text: try-tint( $body-text, 3 );

$app-bg: lighten($base-bg, 1%) !default;
$app-bg: try-shade( $body-bg, .25 ) !default;
$app-text: $body-text !default;
$app-border: $border-color !default;

Expand Down

0 comments on commit 102db3d

Please sign in to comment.