Skip to content

Commit

Permalink
Fix generate button not taking up full width
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEBAS204 committed Mar 27, 2023
1 parent 1e4d21d commit 581e9ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/common/GenerateButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const GenerateButton = memo(({ generateWord }) => {
fontSize="2xl"
color="#f0f0f0"
bg="#8969eb"
w="100%"
p={8}
sx={{
'&:hover, &:active, &:focus': {
Expand Down

1 comment on commit 581e9ae

@vercel
Copy link

@vercel vercel bot commented on 581e9ae Mar 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.