Skip to content

Commit 78ef5a6

Browse files
Merge release/1.34.2 into main branch (#734)
* CheckboxButtonGroup and RadioButtonGroup state and width updates (#731)
1 parent 689ef1f commit 78ef5a6

File tree

11 files changed

+509
-118
lines changed

11 files changed

+509
-118
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@user-interviews/ui-design-system",
3-
"version": "1.34.1",
3+
"version": "1.34.2",
44
"dependencies": {
55
"react-bootstrap": "^2.0.2",
66
"react-router-dom": "^5.2.0",

scss/forms/form_control_label.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,13 @@
4747
padding: 1rem;
4848
cursor: pointer;
4949

50-
50+
&:hover {
51+
background-color: $ux-blue-100;
52+
}
53+
5154
&.FormControlLabel--active {
5255
background-color: $ux-blue-100;
53-
border-color: $ux-blue-200;
56+
border-color: $ux-blue-400;
5457
color: $ux-blue-700;
5558
}
5659
}

0 commit comments

Comments
 (0)