Skip to content

Commit

Permalink
Fixed #6673 - Update surface tones of input borders in dark mode for …
Browse files Browse the repository at this point in the history
…Aura and Lara
  • Loading branch information
cagataycivici committed Oct 28, 2024
1 parent 35a7acd commit 1ebcc4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/themes/src/presets/aura/base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ export default {
filledBackground: '{surface.800}',
filledHoverBackground: '{surface.800}',
filledFocusBackground: '{surface.800}',
borderColor: '{surface.700}',
hoverBorderColor: '{surface.600}',
borderColor: '{surface.600}',
hoverBorderColor: '{surface.500}',
focusBorderColor: '{primary.color}',
invalidBorderColor: '{red.300}',
color: '{surface.0}',
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/src/presets/lara/base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export default {
filledBackground: '{surface.800}',
filledHoverBackground: '{surface.800}',
filledFocusBackground: '{surface.950}',
borderColor: '{surface.700}',
borderColor: '{surface.600}',
hoverBorderColor: '{primary.color}',
focusBorderColor: '{primary.color}',
invalidBorderColor: '{red.300}',
Expand Down

0 comments on commit 1ebcc4b

Please sign in to comment.