Skip to content

Commit

Permalink
Fix delete pile
Browse files Browse the repository at this point in the history
  • Loading branch information
UdaraJay committed Oct 30, 2023
1 parent 7762c86 commit 4af3e44
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/renderer/pages/Home/DeletePile/DeletePile.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ button {
padding: 20px 18px;
animation: contentShow 150ms cubic-bezier(0.16, 1, 0.3, 1);
background: var(--bg);
z-index: 99;
-webkit-app-region: none;
}

.AlertDialogContent:focus {
Expand Down Expand Up @@ -113,12 +115,13 @@ button {
color: var(--secondary);
border-radius: 90px;
transition: all ease-in-out 120ms;
z-index: 99;
position: relative;

&:hover {
cursor: pointer;
color: var(--primary);
background: var(--bg);

background: var(--bg-tertiary);
}

&:active {
Expand Down

0 comments on commit 4af3e44

Please sign in to comment.