Skip to content

Commit 30c0a8f

Browse files
refactor(client,prospect): use gap size token in CardRadioGroup style
1 parent 0b1f2f9 commit 30c0a8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/canopee-css/src/prospect-client/Form/Radio/CardRadioGroup/CardRadioGroupCommon.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737

3838
.af-card-radio-group__options {
3939
display: flex;
40-
gap: calc(16 / var(--font-size-base) * 1rem);
40+
gap: var(--rem-16);
4141

4242
@media (--desktop-small) {
43-
gap: calc(24 / var(--font-size-base) * 1rem);
43+
gap: var(--rem-24);
4444
}
4545

4646
> * {

0 commit comments

Comments
 (0)