Fixed #6673 - Update surface tones of input borders in dark mode for Aura and Lara

pull/6674/head
Cagatay Civici 2024-10-29 00:14:44 +03:00
parent 35a7acd6f7
commit 1ebcc4b3aa
2 changed files with 3 additions and 3 deletions

View File

@ -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}',

View File

@ -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}',