Skip to content

Commit f3f1713

Browse files
authored
Update radios component padding (#3785)
1 parent 23b9d17 commit f3f1713

4 files changed

Lines changed: 7 additions & 7 deletions
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading

src/components/radios/_macro.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<div class="ons-radios__items">
1919
{% for radio in params.radios %}
2020
{% if params.or and loop.revindex0 == 0 %}
21-
<span class="ons-radios__label ons-u-mt-s ons-u-fs-r--b" aria-hidden="true">{{ params.or }}</span>
21+
<span class="ons-radios__label ons-u-mt-2xs ons-u-fs-r--b" aria-hidden="true">{{ params.or }}</span>
2222
{% endif %}
2323
<span class="ons-radios__item{{ " ons-radios__item--no-border" if params.borderless }}">
2424
<span class="ons-radio{{ " ons-radio--no-border" if params.borderless }}">

0 commit comments

Comments
 (0)