Skip to content

Commit

Permalink
chore(ui): fix style
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Zhang <[email protected]>
  • Loading branch information
zwpaper committed Jan 9, 2025
1 parent 30ae239 commit 4e2e136
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function SSOTypeRadio({
readonly
}: SSOTypeRadioProps) {
return (
<div className={cn('space-y-2 mb-6', className)}>
<div className={cn('mb-6 space-y-2', className)}>
<Label>Type</Label>
<RadioGroup
value={value}
Expand Down

0 comments on commit 4e2e136

Please sign in to comment.