@axium/tasks 0.1.4 → 0.1.5

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.
@@ -143,8 +143,8 @@
143
143
  gap: 0.5em;
144
144
  border-radius: 1em;
145
145
  padding: 1em;
146
- border: 1px solid #334;
147
- background-color: #232325;
146
+ border: 1px solid var(--bg-accent);
147
+ background-color: var(--bg-alt);
148
148
  }
149
149
 
150
150
  .task-list-header {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axium/tasks",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "author": "James Prevett <axium@jamespre.dev> (https://jamespre.dev)",
5
5
  "description": "",
6
6
  "funding": {