@asd20/ui 3.2.789 → 3.2.791
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/package.json
CHANGED
|
@@ -324,10 +324,12 @@ export default {
|
|
|
324
324
|
display: flex;
|
|
325
325
|
justify-content: center;
|
|
326
326
|
align-items: center;
|
|
327
|
-
background:
|
|
328
|
-
color:
|
|
327
|
+
background: white;
|
|
328
|
+
color: var(--color__primary);
|
|
329
329
|
font-size: 0.75rem;
|
|
330
|
+
font-weight: bold;
|
|
330
331
|
border-radius: 50%;
|
|
332
|
+
border: 1px solid var(--color__accent);
|
|
331
333
|
}
|
|
332
334
|
}
|
|
333
335
|
|