diff --git a/src/components/NeRadioSelection.vue b/src/components/NeRadioSelection.vue index fb823f2..9771547 100644 --- a/src/components/NeRadioSelection.vue +++ b/src/components/NeRadioSelection.vue @@ -80,9 +80,9 @@ const cardClasses: Record = { } const iconClasses: Record = { - md: 'h-7 w-7 pr-4', - lg: 'h-10 w-10 pr-5', - xl: 'h-12 w-12 pr-6' + md: 'h-7 w-7 pr-2', + lg: 'h-10 w-10 pr-3', + xl: 'h-12 w-12 pr-5' } const textClasses: Record = { diff --git a/stories/NeRadioSelection.stories.ts b/stories/NeRadioSelection.stories.ts index 959883b..b80219c 100644 --- a/stories/NeRadioSelection.stories.ts +++ b/stories/NeRadioSelection.stories.ts @@ -61,7 +61,7 @@ export const Default: StoryObj = { return { args } }, template: ` - + ` }) } @@ -73,8 +73,7 @@ export const WithDescription: StoryObj = { return { args } }, template: ` - + ` }), args: { @@ -89,8 +88,7 @@ export const CardPicker: StoryObj = { return { args } }, template: ` - + ` }), args: { @@ -143,7 +141,7 @@ export const Disabled: StoryObj = { return { args } }, template: ` - + ` }), args: { @@ -158,7 +156,7 @@ export const WithTooltip: StoryObj = { return { args } }, template: ` - \ + \