@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.js
CHANGED
|
@@ -15878,7 +15878,7 @@ var Tab = styled10__default.default.button`
|
|
|
15878
15878
|
}
|
|
15879
15879
|
`;
|
|
15880
15880
|
var TabCount = styled10__default.default.span`
|
|
15881
|
-
color: #
|
|
15881
|
+
color: var(--color-accent, #E6C87E);
|
|
15882
15882
|
font-weight: 600;
|
|
15883
15883
|
margin-left: 2px;
|
|
15884
15884
|
`;
|