@burh/nuxt-core 1.0.429 → 1.0.431

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.
@@ -28,7 +28,7 @@
28
28
  :src="avatar"
29
29
  :alt="name"
30
30
  :fallbackText="name"
31
- fallbackSize="1024x1024"
31
+ fallbackSize="240x240"
32
32
  />
33
33
 
34
34
  <slot name="card-content" />
@@ -189,7 +189,7 @@ export default {
189
189
  border: none;
190
190
  background: transparent;
191
191
  font-size: 2rem;
192
- color: $primary;
192
+ color: #ffffff;
193
193
  pointer-events: all;
194
194
  }
195
195
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.429",
3
+ "version": "1.0.431",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {