Skip to content

Commit 9354432

Browse files
Merge branch 'master' into style/header-icon-colour
2 parents f4073a2 + d3ed400 commit 9354432

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/shared/components/template/components/radio-button-grid/radio-button-grid.component.scss

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ $text-color: var(--radio-button-font-color, var(--ion-color-primary));
1919
padding: 8px;
2020
background: white;
2121
cursor: pointer;
22+
box-shadow: var(--ion-default-box-shadow);
2223
}
2324
.item[data-selected="true"] {
2425
background: $background-selected;

0 commit comments

Comments
 (0)