Skip to content

Commit 6d479b3

Browse files
committed
Extend use of base colors
1 parent e0b589c commit 6d479b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/TheSettings.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -912,6 +912,9 @@ p {
912912
height: 100%;
913913
}
914914
915+
#settingsModal .modal-content > header {
916+
background-color: var(--color-background-component-heading);
917+
}
915918
#settingsModal .modal-body {
916919
padding: 0;
917920
}
@@ -928,6 +931,7 @@ p {
928931
}
929932
#settingsModal .modal-body .card .cocoda-vue-tabs {
930933
height: 100%;
934+
background-color: var(--color-background-component);
931935
}
932936
#settingsModal .modal-body .card .cocoda-vue-tabs .cocoda-vue-tabs-content {
933937
padding: 20px 20px 5px 20px;

0 commit comments

Comments
 (0)