Skip to content

Commit

Permalink
fix: [M3-7692] - VPC Action Buttons Incorrect Color in Dark Mode (#10101
Browse files Browse the repository at this point in the history
)

* fix VPC action button colors

* Added changeset: VPC Action Buttons Incorrect Color in Dark Mode

---------

Co-authored-by: Banks Nussman <banks@nussman.us>
  • Loading branch information
bnussman-akamai and bnussman authored Jan 25, 2024
1 parent f7e327e commit 21dbf07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-10101-fixed-1706061984923.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Fixed
---

VPC Action Buttons Incorrect Color in Dark Mode ([#10101](https://github.com/linode/manager/pull/10101))
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export const StyledActionButton = styled(Button, {
label: 'StyledActionButton',
})(({ theme }) => ({
'&:hover': {
backgroundColor: theme.color.blueDTwhite,
color: theme.color.white,
backgroundColor: theme.color.blue,
color: '#fff',
},
color: theme.textColors.linkActiveLight,
fontFamily: theme.font.normal,
Expand Down

0 comments on commit 21dbf07

Please sign in to comment.