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

Commit

Permalink
fix(playground): revert button active background color (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
fardeon authored Mar 15, 2023
1 parent 2d24eed commit 49ad7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basaran/static/playground.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ body {
}

.pg-submit:active {
background: rgb(30, 80, 180);
background: rgb(50, 100, 200);
}

.pg-submit[data-state="stop"] {
Expand Down

0 comments on commit 49ad7ed

Please sign in to comment.