@asd20/ui 3.2.789 → 3.2.790

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.789",
8
+ "version": "3.2.790",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -324,10 +324,12 @@ export default {
324
324
  display: flex;
325
325
  justify-content: center;
326
326
  align-items: center;
327
- background: #80B3C0;
328
- color: white;
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