Skip to content

Commit

Permalink
[wb-1797-cell-color-contrast] update token usage for active color wit…
Browse files Browse the repository at this point in the history
…h new token structure
  • Loading branch information
beaesguerra committed Jan 22, 2025
1 parent f5291ee commit 01a6add
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ const styles = StyleSheet.create({

active: {
background: color.fadedBlue8,
color: semanticColor.action.primary.active,
color: color.activeBlue,
cursor: "default",

[":hover[aria-disabled=false]" as any]: {
Expand Down

0 comments on commit 01a6add

Please sign in to comment.