Skip to content

Commit

Permalink
Make new UI suck less
Browse files Browse the repository at this point in the history
  • Loading branch information
tadaskay committed Dec 18, 2023
1 parent b697d9d commit 67dc5ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ const Button = styled.div`
user-select: none;
-webkit-app-region: no-drag;
fill: #fff;
&:hover {
background: rgba(0, 0, 0, 0.1);
background: #aeaedb33;
}
&:active {
background: rgba(0, 0, 0, 0.3);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ const Button = styled.div`
user-select: none;
-webkit-app-region: no-drag;
fill: #fff;
&:hover {
background: rgba(0, 0, 0, 0.1);
background: #aeaedb33;
}
&:active {
background: rgba(0, 0, 0, 0.3);
Expand Down

0 comments on commit 67dc5ff

Please sign in to comment.