Skip to content

Commit

Permalink
fix(components): fixed bid button width in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
AshenI99 authored Mar 28, 2022
1 parent 0c0acf2 commit eb1471e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export const Header = ({
<Button
variant="mobileMenu"
sx={{
width: '100%',
color:
mode == 'dark'
? 'black'
Expand Down

1 comment on commit eb1471e

@vercel
Copy link

@vercel vercel bot commented on eb1471e Mar 28, 2022

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.