Skip to content

Commit

Permalink
refactor(create-form): change submit button color
Browse files Browse the repository at this point in the history
  • Loading branch information
steveiliop56 committed Apr 1, 2024
1 parent cfa6627 commit a12852b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Binary file modified screenshots/app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions src/app/components/create-shell-form/create-shell-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ export const CreateShellForm = () => {
/>
</TextField.Root>

<Button type="submit" color="indigo" variant="soft">
Get me a shell
</Button>
<Button type="submit">Get me a shell</Button>
</Flex>
</form>
);
Expand Down

0 comments on commit a12852b

Please sign in to comment.