feat: update links default color to match design documents
This commit is contained in:
@@ -105,6 +105,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': '#3E11181A',
|
||||
'Font family/Marski/Title': 'Helvetica Neue',
|
||||
'Font family/Marski/Body': 'Fira sans',
|
||||
@@ -160,8 +161,9 @@ export const theme = {
|
||||
'Text/Accent Secondary': '#747474',
|
||||
'Text/Inverted': '#FFFFFF',
|
||||
'Text/Interactive/Default': '#122937',
|
||||
'Text/Interactive/Hover': '#0D57F3',
|
||||
'Text/Interactive/Secondary': '#0D57F3',
|
||||
'Text/Interactive/Hover Secondary': '#143D94',
|
||||
'Text/Interactive/Secondary Hover': '#143D94',
|
||||
'Text/Interactive/Disabled': '#8C8C8C',
|
||||
'Text/Interactive/Focus': '#262626',
|
||||
'Text/Interactive/Error': '#AD0015',
|
||||
@@ -299,7 +301,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': '#FFFFFF00',
|
||||
'Component/Button/Muted/Fill/Hover': '#FFFFFF',
|
||||
'Component/Button/Muted/Fill/Disabled': '#FFFFFF',
|
||||
|
||||
Reference in New Issue
Block a user