@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
|
@@ -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-
|
|
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>`);
|