Skip to content

Commit

Permalink
tweak button styles and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Feb 26, 2024
1 parent c08fe6c commit e9f1d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function ClassesSection(props: ClassesSectionProps) {

return (
<React.Fragment>
<Box sx={{ display: 'flex', alignItems: 'baseline' }}>
<Box sx={{ display: 'flex', alignItems: 'baseline', mb: 1 }}>
<Level id={titleHash} style={{ flexGrow: 1 }}>
{t(title)}
<a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default function ToggleDisplayOption(props: ToggleDisplayOptionProps) {
aria-expanded={open ? 'true' : undefined}
onClick={handleMenuClick}
endIcon={<ArrowDropDownRoundedIcon />}
sx={{ height: '1.75rem', p: '6px 4px 6px 8px', textTransform: 'capitalize' }}
sx={{ height: '1.875rem', p: '6px 4px 6px 8px', textTransform: 'capitalize' }}
>
<Box component="span" sx={{ fontWeight: 'medium', mr: 0.5 }}>
View:
Expand Down

0 comments on commit e9f1d98

Please sign in to comment.