Skip to content

Commit

Permalink
Tweak to match pre-upgrade style
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon committed Mar 4, 2024
1 parent 5364c15 commit 87e9b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/settings/SettingsMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const SettingsMenu = ({ size, ...props }: SettingsMenuProps) => {
fontSize="xl"
variant="sidebar"
icon={<RiSettings2Line />}
colorScheme="gray"
color="white"
isRound
/>
<Portal>
Expand Down
2 changes: 1 addition & 1 deletion src/workbench/HelpMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const HelpMenu = ({ size, ...props }: HelpMenuProps) => {
fontSize="xl"
variant="sidebar"
icon={<RiQuestionLine />}
colorScheme="gray"
color="white"
isRound
/>
<Portal>
Expand Down

0 comments on commit 87e9b53

Please sign in to comment.