style: change theme

This commit is contained in:
MAZE
2023-12-29 17:15:34 +03:30
parent 00fc5f3a87
commit bd517f88c0
8 changed files with 11 additions and 24 deletions

View File

@@ -9,10 +9,8 @@
line-height: 0;
color: var(--color-foreground);
cursor: pointer;
background-color: #f43f5e;
border: none;
border-top: 2px solid #fb7185;
border-bottom: 3px solid #be123c;
background-color: var(--color-neutral-100);
border: 1px solid var(--color-neutral-200);
border-radius: 100px;
outline: none;
transition: 0.2s;
@@ -21,13 +19,6 @@
&.disabled {
cursor: not-allowed;
}
&.restore {
color: var(--color-neutral-200);
background-color: var(--color-neutral-700);
border-top-color: var(--color-neutral-950);
border-bottom-color: var(--color-neutral-600);
}
}
.tooltip {