@abumble/design-system 0.0.42 → 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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abumble/design-system",
3
- "version": "0.0.42",
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,28 +117,28 @@
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 {
124
- @apply mt-8 mb-1 font-semibold text-gray-900;
124
+ @apply mt-8 mb-1 font-semibold text-foreground;
125
125
  }
126
126
 
127
127
  .p-text {
128
- @apply leading-relaxed text-gray-900;
128
+ @apply leading-relaxed text-foreground;
129
129
  }
130
130
 
131
131
  .text-link {
132
- @apply text-blue-600 hover:text-blue-800 visited:text-blue-900;
132
+ @apply text-primary hover:text-primary/80 visited:text-primary/60;
133
133
  }
134
134
 
135
135
  .nav-link {
136
- @apply relative block px-3 py-2 transition text-gray-700 hover:text-gray-950;
136
+ @apply relative block px-3 py-2 transition text-muted-foreground hover:text-foreground;
137
137
  }
138
138
 
139
139
  .nav-link:hover,
140
140
  .nav-link-active {
141
- @apply text-gray-950 transition duration-200;
141
+ @apply text-foreground transition duration-200;
142
142
  }
143
143
 
144
144
  body {