Skip to content

Commit d3ed400

Browse files
Merge pull request #2233 from IDEMSInternational/stlye/radio-button-grid-shadow
style: add drop-shadow to radio button grid component items
2 parents cab94cf + b36350c commit d3ed400

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)