@abumble/design-system 0.0.43 → 0.0.44

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/styles.css +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abumble/design-system",
3
- "version": "0.0.43",
3
+ "version": "0.0.44",
4
4
  "files": [
5
5
  "dist",
6
6
  "src/styles.css",
package/src/styles.css CHANGED
@@ -19,7 +19,7 @@
19
19
  }
20
20
 
21
21
  @utility border-container {
22
- @apply border border-stone-300/80;
22
+ @apply border border-border;
23
23
  }
24
24
 
25
25
  @utility random-rotation {
@@ -117,7 +117,7 @@
117
117
  }
118
118
 
119
119
  .header {
120
- @apply z-50 fixed w-full top-0 px-3 flex justify-between text-card-foreground bg-card border-container items-center;
120
+ @apply z-50 fixed w-full h-14 top-0 px-3 flex justify-between text-card-foreground bg-card border-container items-center;
121
121
  }
122
122
 
123
123
  .sub-heading {