hey-pharmacist-ecommerce 1.1.27 → 1.1.28

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": "hey-pharmacist-ecommerce",
3
- "version": "1.1.27",
3
+ "version": "1.1.28",
4
4
  "description": "Production-ready, multi-tenant e‑commerce UI + API adapter for Next.js with auth, carts, checkout, orders, theming, and pharmacist-focused UX.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -144,7 +144,11 @@ export function EditProfileScreen() {
144
144
  </div>
145
145
 
146
146
  <div className="flex flex-wrap gap-3">
147
- <Button type="submit" size="lg" isLoading={isSubmitting}>
147
+ <Button
148
+ type="submit" size="lg" isLoading={isSubmitting}
149
+ className="border-slate-300 text-slate-800 hover:bg-slate-50"
150
+ variant="outline-solid"
151
+ >
148
152
  Save changes
149
153
  </Button>
150
154
  <Button