Skip to content

Commit

Permalink
fix(blue-print): blue print toolbar buttons bg should be persist on c…
Browse files Browse the repository at this point in the history
…lick
  • Loading branch information
MahtabBukhari committed Oct 30, 2024
1 parent 7850207 commit 9e96e00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const ActionButton = styled(Flex).attrs({
&:active {
color: ${colors.white};
background: ${({ disabled }) => (disabled ? colors.BG1 : colors.black)};
background: ${({ disabled }) => (disabled ? colors.BG1 : colors.BG1_NORMAL)};
}
&.root {
Expand Down

0 comments on commit 9e96e00

Please sign in to comment.