@things-factory/meta-ui 7.0.1-beta.6 → 7.0.1-beta.8
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.
|
@@ -2570,7 +2570,7 @@ export class MetaUiUtil {
|
|
|
2570
2570
|
border-radius: 9px 9px 0 0;
|
|
2571
2571
|
border-right: 1px solid rgba(0, 0, 0, 0.4);
|
|
2572
2572
|
text-transform: capitalize;
|
|
2573
|
-
color: var(--
|
|
2573
|
+
color: var(--md-sys-color-on-primary);
|
|
2574
2574
|
opacity: 0.7;
|
|
2575
2575
|
font-size: 15px;
|
|
2576
2576
|
cursor: pointer;
|
|
@@ -2598,7 +2598,7 @@ export class MetaUiUtil {
|
|
|
2598
2598
|
flex-direction: column;
|
|
2599
2599
|
background-color: var(--md-sys-color-surface);
|
|
2600
2600
|
border-radius: 0 var(--border-radius) var(--border-radius) var(--border-radius);
|
|
2601
|
-
border: var(--border-
|
|
2601
|
+
border: var(--border-dim-color);
|
|
2602
2602
|
border-width: 0 1px 1px 1px;
|
|
2603
2603
|
box-shadow: var(--box-shadow);
|
|
2604
2604
|
overflow: auto;
|