bfg-common 1.3.502 → 1.3.504
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -225,6 +225,7 @@ onUnmounted(() => {
|
|
|
225
225
|
padding: 0;
|
|
226
226
|
margin: 0;
|
|
227
227
|
background-color: var(--trigger-bg-color);
|
|
228
|
+
color: var(--trigger-color);
|
|
228
229
|
outline: none;
|
|
229
230
|
cursor: pointer;
|
|
230
231
|
border-radius: 4px 0 0 4px;
|
|
@@ -310,9 +311,11 @@ onUnmounted(() => {
|
|
|
310
311
|
:root.is-new-view {
|
|
311
312
|
--horizontal-panel-bg-color: #fff;
|
|
312
313
|
--trigger-bg-color: #e9ebed;
|
|
314
|
+
--trigger-color: #213444;
|
|
313
315
|
}
|
|
314
316
|
:root.is-new-view.dark-theme {
|
|
315
317
|
--horizontal-panel-bg-color: #213444;
|
|
316
318
|
--trigger-bg-color: #314352;
|
|
319
|
+
--trigger-color: #e9ebed;
|
|
317
320
|
}
|
|
318
321
|
</style>
|