Fixed #6673 - Update surface tones of input borders in dark mode for Aura and Lara
parent
35a7acd6f7
commit
1ebcc4b3aa
|
@ -300,8 +300,8 @@ export default {
|
||||||
filledBackground: '{surface.800}',
|
filledBackground: '{surface.800}',
|
||||||
filledHoverBackground: '{surface.800}',
|
filledHoverBackground: '{surface.800}',
|
||||||
filledFocusBackground: '{surface.800}',
|
filledFocusBackground: '{surface.800}',
|
||||||
borderColor: '{surface.700}',
|
borderColor: '{surface.600}',
|
||||||
hoverBorderColor: '{surface.600}',
|
hoverBorderColor: '{surface.500}',
|
||||||
focusBorderColor: '{primary.color}',
|
focusBorderColor: '{primary.color}',
|
||||||
invalidBorderColor: '{red.300}',
|
invalidBorderColor: '{red.300}',
|
||||||
color: '{surface.0}',
|
color: '{surface.0}',
|
||||||
|
|
|
@ -305,7 +305,7 @@ export default {
|
||||||
filledBackground: '{surface.800}',
|
filledBackground: '{surface.800}',
|
||||||
filledHoverBackground: '{surface.800}',
|
filledHoverBackground: '{surface.800}',
|
||||||
filledFocusBackground: '{surface.950}',
|
filledFocusBackground: '{surface.950}',
|
||||||
borderColor: '{surface.700}',
|
borderColor: '{surface.600}',
|
||||||
hoverBorderColor: '{primary.color}',
|
hoverBorderColor: '{primary.color}',
|
||||||
focusBorderColor: '{primary.color}',
|
focusBorderColor: '{primary.color}',
|
||||||
invalidBorderColor: '{red.300}',
|
invalidBorderColor: '{red.300}',
|
||||||
|
|
Loading…
Reference in New Issue