@phillipsharring/graspr-framework 0.2.1 → 0.2.2

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": "@phillipsharring/graspr-framework",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "HTMX + Handlebars + Tailwind frontend framework",
5
5
  "type": "module",
6
6
  "exports": {
@@ -9,7 +9,7 @@ export function registerHandlebarsHelpers(Handlebars) {
9
9
  <button type="button" class="border rounded px-3 py-2 hover:bg-slate-50" data-modal-close>
10
10
  Cancel
11
11
  </button>
12
- <button type="submit" class="rounded px-3 py-2 bg-slate-900 text-white hover:bg-slate-800">
12
+ <button type="submit" class="rounded px-3 py-2 bg-slate-800 text-white hover:bg-slate-700">
13
13
  {{label}}
14
14
  </button>
15
15
  </div>`);