Skip to content

Commit

Permalink
💡 feat: buttons style
Browse files Browse the repository at this point in the history
  • Loading branch information
unickhow committed Sep 3, 2024
1 parent 20423b5 commit f227878
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/settingModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const SettingModal = ({ opened, setOpened, reset }: {
<>
<ActionIcon
id="btn_setting_modal"
variant="transparent"
variant="subtle"
color="gray"
onClick={() => setOpened(true)}>
<IconSettings size={20} />
Expand Down
2 changes: 1 addition & 1 deletion src/components/statisticsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const StatisticsModal = ({ opened, setOpened }: {
<Tooltip label="GitHub setting is incomplete." disabled={canFetchStatistics}>
<ActionIcon
id="btn_statistics_modal"
variant="transparent"
variant="subtle"
color="gray"
onClick={() => setOpened(true)}>
<MdiHumanMaleBoardPoll className="text-lg" />
Expand Down
2 changes: 1 addition & 1 deletion src/views/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function App() {
<div className="flex justify-center my-8">
<Button
variant="subtle"
color="gray"
color="jirassic"
leftSection={<IconEgg size={16} />}
onClick={handleReset}>Reset</Button>
<Space w="sm" />
Expand Down

0 comments on commit f227878

Please sign in to comment.