🐛 Fix hover state on export button

This commit is contained in:
Eva Marco 2024-04-03 17:04:14 +02:00 committed by Alonso Torres
parent 6b84eef14b
commit c4df29f2a6
3 changed files with 7 additions and 3 deletions

View file

@ -14,6 +14,7 @@
width: 100%;
min-height: $s-32;
background-color: var(--title-background-color);
color: var(--title-foreground-color);
}
.title,
@ -26,7 +27,7 @@
grid-auto-flow: column;
height: 100%;
min-height: $s-32;
color: var(--title-foreground-color);
overflow: hidden;
}