Skip to content

Commit

Permalink
fix show/hide code button optical alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed May 3, 2024
1 parent 4596dca commit eb147fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/DemoToolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const ToggleButtonGroup = styled(MDToggleButtonGroup)(({ theme }) => [

const Button = styled(MDButton)(({ theme }) => ({
height: 26,
padding: '6px 8px 8px 8px',
padding: '7px 8px 8px 8px', // 7px for optical alignment
flexShrink: 0,
borderRadius: 999,
border: '1px solid',
Expand Down

0 comments on commit eb147fd

Please sign in to comment.