Skip to content

Commit

Permalink
Release v1.123.0 fixes (#10650)
Browse files Browse the repository at this point in the history
* token updates: Fix chip bg/color

* token updates: Fix chip bg/color
  • Loading branch information
abailly-akamai authored Jul 8, 2024
1 parent 5eec0df commit 719841b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/manager/src/foundations/themes/dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,9 @@ export const darkTheme: ThemeOptions = {
color: 'primary',
},
styleOverrides: {
clickable: {
color: Color.Brand[100],
},
colorError: {
backgroundColor: Badge.Bold.Red.Background,
color: Badge.Bold.Red.Text,
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/src/foundations/themes/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -555,10 +555,10 @@ export const lightTheme: ThemeOptions = {
styleOverrides: {
clickable: {
'&:focus': {
bbackgroundColor: Color.Brand[40], // TODO: This was the closest color according to our palette
backgroundColor: Color.Brand[30], // TODO: This was the closest color according to our palette
},
'&:hover': {
bbackgroundColor: Color.Brand[40], // TODO: This was the closest color according to our palette
backgroundColor: Color.Brand[30], // TODO: This was the closest color according to our palette
},
backgroundColor: Color.Brand[10], // TODO: This was the closest color according to our palette
},
Expand Down

0 comments on commit 719841b

Please sign in to comment.