feat: update links default color to match design documents
This commit is contained in:
@@ -157,8 +157,9 @@ export const theme = {
|
||||
'Text/Accent Secondary': '#5E2A8C',
|
||||
'Text/Inverted': '#FFFFFF',
|
||||
'Text/Interactive/Default': '#2D163A',
|
||||
'Text/Interactive/Hover': '#5E2A8C',
|
||||
'Text/Interactive/Secondary': '#5E2A8C',
|
||||
'Text/Interactive/Hover Secondary': '#2D163A',
|
||||
'Text/Interactive/Secondary Hover': '#2D163A',
|
||||
'Text/Interactive/Disabled': '#8C8C8C',
|
||||
'Text/Interactive/Focus': '#262626',
|
||||
'Text/Interactive/Error': '#AD0015',
|
||||
@@ -202,6 +203,7 @@ export const theme = {
|
||||
'Surface/Brand/Primary 3/Default': '#2D163A',
|
||||
'Surface/Brand/Primary 3/OnSurface/Default': '#DCD7FF',
|
||||
'Surface/Brand/Primary 3/OnSurface/Accent': '#73FCEE',
|
||||
'Surface/Brand/Primary 3/OnSurface/Accent Secondary': '#F5FF73',
|
||||
'Surface/UI Fill/Default': '#FFFFFF',
|
||||
'Surface/UI Fill/Intense': '#262626',
|
||||
'Surface/UI Fill/Active': '#262626',
|
||||
@@ -303,7 +305,6 @@ export const theme = {
|
||||
'Border/Interactive/Focus': '#262626',
|
||||
'Border/Interactive/Disabled': '#8C8C8C',
|
||||
'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': '#FFFFFF1A',
|
||||
|
||||
Reference in New Issue
Block a user