feat: update links default color to match design documents
This commit is contained in:
@@ -74,6 +74,7 @@ export const theme = {
|
||||
'Surface/Brand/Primary 2/OnSurface/Accent': '#FFFFFF',
|
||||
'Surface/Brand/Primary 3/OnSurface/Default': '#FFFFFF',
|
||||
'Surface/Brand/Primary 3/OnSurface/Accent': '#FFFFFF',
|
||||
'Surface/Brand/Primary 3/OnSurface/Accent Secondary': '#FFFFFF',
|
||||
'Utilities/Gradients/10': '#5B6E7F1A',
|
||||
'Font family/Grand Hotel/Title': 'Canela Deck',
|
||||
'Font family/Grand Hotel/Body': 'Fira sans',
|
||||
@@ -129,8 +130,9 @@ export const theme = {
|
||||
'Text/Accent Secondary': '#747474',
|
||||
'Text/Inverted': '#FFFFFF',
|
||||
'Text/Interactive/Default': '#21252B',
|
||||
'Text/Interactive/Hover': '#AA546B',
|
||||
'Text/Interactive/Secondary': '#AA546B',
|
||||
'Text/Interactive/Hover Secondary': '#C27183',
|
||||
'Text/Interactive/Secondary Hover': '#C27183',
|
||||
'Text/Interactive/Disabled': '#8C8C8C',
|
||||
'Text/Interactive/Focus': '#262626',
|
||||
'Text/Interactive/Error': '#AD0015',
|
||||
@@ -268,7 +270,6 @@ export const theme = {
|
||||
'Border/Interactive/Focus': '#262626',
|
||||
'Border/Interactive/Disabled': '#BFBFBF',
|
||||
'Border/Interactive/Error': '#AD0015',
|
||||
'Border/Interactive/KeyboardFocus': '#5B8FD4',
|
||||
'Component/Button/Muted/Fill/Default': '#FFFFFF',
|
||||
'Component/Button/Muted/Fill/Hover': '#FFFFFF',
|
||||
'Component/Button/Muted/Fill/Disabled': '#FFFFFF',
|
||||
|
||||
Reference in New Issue
Block a user