Skip to content

Commit

Permalink
group width
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Jun 7, 2024
1 parent 20998a3 commit 7554be9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/css/checkbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
/* min-height: var(--ds-sizing-12); */
}

.fds-checkbox__group {
.ds-checkbox__group {
display: flex;
flex-direction: column;
gap: var(--ds-spacing-5);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const CheckboxGroup = forwardRef<
toggleValue,
}}
>
<div className='fds-checkbox__group'>{children}</div>
<div className='ds-checkbox__group'>{children}</div>
</CheckboxGroupContext.Provider>
</Fieldset>
);
Expand Down

0 comments on commit 7554be9

Please sign in to comment.