Skip to content

Commit

Permalink
feat(ProjectSettingsPage): added outline in button
Browse files Browse the repository at this point in the history
  • Loading branch information
troff8 authored and Troff8 committed Jun 28, 2023
1 parent 1fffdfa commit fcba7b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ProjectSettingsPage/ProjectSettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ export const ProjectSettingsPage = ({ user, ssrTime, params: { id } }: ExternalP
type="submit"
disabled={!isDirty}
text={tr('Save')}
outline
/>
</FormAction>
</FormActions>
Expand Down

0 comments on commit fcba7b2

Please sign in to comment.