update styles

This commit is contained in:
end-4
2024-03-19 18:24:46 +07:00
parent d686e588b8
commit 834f8dd208
11 changed files with 92 additions and 145 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
.dock-bg {
@include large-rounding;
@include elevation2;
background-color: $t_background;
background-color: $layer0;
padding: 0.682rem;
}
@@ -12,11 +12,11 @@
.dock-app-btn:hover,
.dock-app-btn:focus {
background-color: mix($t_surface, $onSurface, 95%);
background-color: mix($surface, $onSurface, 90%);
}
.dock-app-btn:active {
background-color: mix($t_surface, $onSurface, 85%);
background-color: mix($surface, $onSurface, 85%);
}
.dock-app-icon {