Fix bug where other panel tabs would switch the document panel tabs

This commit is contained in:
Keavon Chambers
2021-06-26 23:46:39 -07:00
parent 3f35c8d348
commit 0692bc8727
2 changed files with 8 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
background: var(--color-accent);
}
.icon-button {
background: unset;
}
svg {
width: 24px;
height: 24px;