Skip to content

Commit c6530cd

Browse files
committed
Add hover state on color picker tool
1 parent 6cf549f commit c6530cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stories/ColorHelper.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ function ColorDecisionShowcase(
135135
"borderWidth": 2,
136136
"borderStyle": "solid",
137137
"borderColor": theme.decisions.border.default.grey.default,
138+
"&:hover": {
139+
"borderColor": theme.decisions.border.plain.grey.default
140+
},
138141
"boxShadow": "0px 6px 10px 0px rgba(0,0,0,0.07)",
139142
"padding": fr.spacing("4v")
140143
}),

0 commit comments

Comments
 (0)