Skip to content

Commit

Permalink
update input styles
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed Apr 29, 2022
1 parent 24e03ff commit 6a8b58d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/core/src/common/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,8 @@ $pt-tooltip-box-shadow: $pt-popover-box-shadow !default;

// Dark theme styles

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

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

0 comments on commit 6a8b58d

Please sign in to comment.