Skip to content

Commit

Permalink
fixup variables.scss for generate-css-variables
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed Apr 29, 2022
1 parent 6a8b58d commit 81dfe72
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/core/src/common/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,16 @@ $pt-elevation-shadow-4: border-shadow($pt-border-shadow-opacity),
0 4px 8px rgba($black, $pt-drop-shadow-opacity),
0 18px 46px 6px rgba($black, $pt-drop-shadow-opacity) !default;

$pt-dark-elevation-shadow-0: inset border-shadow(0.2, $white) !default;
$pt-dark-elevation-shadow-1: inset border-shadow(0.2, $white),
$pt-dark-elevation-shadow-0: inset 0 0 0 1px rgba($white, 0.2) !default;
$pt-dark-elevation-shadow-1: inset 0 0 0 1px rgba($white, 0.2),
0 1px 1px 0 rgba($black, $pt-dark-drop-shadow-opacity) !default;
$pt-dark-elevation-shadow-2: inset border-shadow(0.2, $white),
$pt-dark-elevation-shadow-2: inset 0 0 0 1px rgba($white, 0.2),
0 1px 1px rgba($black, $pt-dark-drop-shadow-opacity),
0 2px 6px rgba($black, $pt-dark-drop-shadow-opacity) !default;
$pt-dark-elevation-shadow-3: inset border-shadow(0.2, $white),
$pt-dark-elevation-shadow-3: inset 0 0 0 1px rgba($white, 0.2),
0 2px 4px rgba($black, $pt-dark-drop-shadow-opacity),
0 8px 24px rgba($black, $pt-dark-drop-shadow-opacity) !default;
$pt-dark-elevation-shadow-4: inset border-shadow(0.2, $white),
$pt-dark-elevation-shadow-4: inset 0 0 0 1px rgba($white, 0.2),
0 4px 8px rgba($black, $pt-dark-drop-shadow-opacity),
0 18px 46px 6px rgba($black, $pt-dark-drop-shadow-opacity) !default;

Expand All @@ -121,7 +121,7 @@ $pt-tooltip-box-shadow: $pt-popover-box-shadow !default;

// Dark theme styles

$pt-dark-input-box-shadow: inset border-shadow(0.2, $white),
$pt-dark-input-box-shadow: inset 0 0 0 1px rgba($white, 0.2),
inset 0 1px 1px 0 $gray3 !default;

$pt-dark-dialog-box-shadow: $pt-dark-elevation-shadow-3 !default;
Expand Down

1 comment on commit 81dfe72

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixup variables.scss for generate-css-variables

Previews: documentation | landing | table | demo

Please sign in to comment.