Skip to content

Commit

Permalink
fix buttons width
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrosio3 committed May 26, 2022
1 parent d5aedc4 commit 9be1350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/theme/components/Buttons/ThemeButton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { ComponentStyleConfig } from '@chakra-ui/theme';

export const ThemeButton: ComponentStyleConfig = {
baseStyle: props => ({
width: 'fit-content',
fontWeight: 'bold',
borderRadius: '8px',
_active: {
Expand Down

0 comments on commit 9be1350

Please sign in to comment.