Skip to content

Commit

Permalink
fix: make square icon button possible
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jan 6, 2023
1 parent 4545280 commit 9ce176d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/widget/src/config/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export const createTheme = (mode: PaletteMode, theme: ThemeConfig = {}) => {
},
},
sizeMedium: {
padding: '10px 16px',
padding: '10px 14px',
[`.${dialogActionsClasses.root} &`]: {
padding: '6px 12px',
},
Expand Down

0 comments on commit 9ce176d

Please sign in to comment.