@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.
- package/package.json +1 -1
- package/src/styles.css +2 -2
package/package.json
CHANGED
package/src/styles.css
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
@utility border-container {
|
|
22
|
-
@apply border border-
|
|
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 {
|