nath-angular-ui 0.8.3 → 0.8.4

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nath-angular-ui",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "peerDependencies": {
5
5
  "@angular/aria": "^22.0.0",
6
6
  "@angular/cdk": "^22.0.0",
package/styles/styles.css CHANGED
@@ -174,7 +174,7 @@
174
174
  }
175
175
 
176
176
  table {
177
- @apply w-full;
177
+ @apply w-full text-zinc-900 dark:text-slate-200;
178
178
  }
179
179
  table thead {
180
180
  @apply sticky top-0 z-2 border-b-4 border-b-zinc-300 dark:border-b-zinc-700 bg-body;