Skip to content

Commit eb1471e

Browse files
authored
fix(components): fixed bid button width in mobile
1 parent 0c0acf2 commit eb1471e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/components/src/Header.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ export const Header = ({
160160
<Button
161161
variant="mobileMenu"
162162
sx={{
163+
width: '100%',
163164
color:
164165
mode == 'dark'
165166
? 'black'

0 commit comments

Comments
 (0)