@loafmarkets/ui 0.1.382 → 0.1.383
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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -15853,7 +15853,7 @@ var Tab = styled10.button`
|
|
|
15853
15853
|
}
|
|
15854
15854
|
`;
|
|
15855
15855
|
var TabCount = styled10.span`
|
|
15856
|
-
color: #
|
|
15856
|
+
color: var(--color-accent, #E6C87E);
|
|
15857
15857
|
font-weight: 600;
|
|
15858
15858
|
margin-left: 2px;
|
|
15859
15859
|
`;
|