Skip to content

Commit

Permalink
[Fix] Play button color on Old School theme
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioislima committed May 9, 2022
1 parent f7809a6 commit 12e0480
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": "heroic",
"version": "2.3.0-beta.2",
"version": "2.3.0-beta.3",
"private": true,
"main": "public/main.js",
"homepage": "./",
Expand Down
2 changes: 1 addition & 1 deletion src/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
--input-background: #1d1f1f;
--modal-background: var(--body-background);
--modal-border: var(--body-background);
--success: 0BD48C;
--success: #0bd48c;
}

.App.classic,
Expand Down

0 comments on commit 12e0480

Please sign in to comment.