1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-24 08:22:29 +02:00

Fix category dialog (#4657)

* test merge

* update Dialog color for SidebarCategory

* add semicolon

* use the lowercase dialog class
This commit is contained in:
Scott Bishel 2023-03-22 13:28:00 -06:00 committed by GitHub
parent 41fbd5fecc
commit 3fa0e08219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,10 @@
margin-top: 0;
}
.dialog {
color: rgba(var(--center-channel-color-rgb));
}
.octo-sidebar-item {
display: flex;
flex-direction: row;