Skip to content

Commit

Permalink
chore: update settings modal
Browse files Browse the repository at this point in the history
  • Loading branch information
notmedia committed Dec 5, 2022
1 parent e0f70bb commit d862609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/app/pages/settings/forms/settings.form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const SettingsForm: React.FC<SettingsFormProps> = ({
borderWeight="light"
animated={false}
color="gradient"
size="xs"
css={{
tt: 'capitalize',
'.nextui-drip .nextui-drip-filler': {
Expand Down
4 changes: 2 additions & 2 deletions src/app/pages/settings/modals/update-settings.modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ export const UpdateSettingsModal: React.FC<ModalProps> = ({ onClose = () => {},
/>
</Modal.Body>
<Modal.Footer>
<Button auto bordered borderWeight="light" size="sm" color="error" onClick={onClose}>
<Button auto bordered borderWeight="light" size="xs" color="error" onClick={onClose}>
Cancel
</Button>
<Button
auto
bordered
borderWeight="light"
size="sm"
size="xs"
color="gradient"
type="submit"
form="update-settings-form"
Expand Down

0 comments on commit d862609

Please sign in to comment.