Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/edit-profile/components/selection-group.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const SelectionGroup = ({
label={label}
variant={disabled ? 'disabled' : isSelected ? 'skyblue' : 'gray2'}
className={cn(
'cap_14_sb w-auto px-[1.6rem] py-[0.6rem]',
'cap_14_sb w-auto rounded-[0.8rem] px-[1.6rem] py-[0.6rem]',
disabled && 'cursor-not-allowed',
)}
onClick={() => {
Expand Down
Loading