Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
1.0.2 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmielchen authored Feb 12, 2024
1 parent 6425742 commit 301a64c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stft",
"version": "1.0.1",
"version": "1.0.2",
"description": "Simtrade Farming Tool",
"source": "src/index.html",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function ThemeSchalter() {
}

return (
<Button size='sm' variant="outline-primary" onClick={toggleTheme}>
<Button size='sm' variant="outline-secondary" onClick={toggleTheme}>
{theme === 'light' ? '🌞' : '🌙'}
</Button>
);
Expand Down

0 comments on commit 301a64c

Please sign in to comment.