@ticketboothapp/booking 1.2.188 → 1.2.189

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": "@ticketboothapp/booking",
3
- "version": "1.2.188",
3
+ "version": "1.2.189",
4
4
  "private": false,
5
5
  "sideEffects": [
6
6
  "**/*.css",
@@ -378,10 +378,10 @@ export function AdminChangeReceiptComparison({
378
378
  <button
379
379
  type="button"
380
380
  aria-pressed={preserveExistingReceipt}
381
- className={`mt-3 inline-flex w-full items-center justify-center rounded-lg border px-3 py-2 text-sm font-semibold shadow-sm transition sm:w-auto ${
381
+ className={`mt-1.5 inline-flex text-sm font-semibold underline decoration-1 underline-offset-4 transition ${
382
382
  preserveExistingReceipt
383
- ? 'border-sky-700 bg-sky-700 text-white hover:bg-sky-800'
384
- : 'border-sky-300 bg-white text-sky-800 hover:border-sky-500 hover:bg-sky-50'
383
+ ? 'text-emerald-800 decoration-emerald-700 hover:text-emerald-950'
384
+ : 'text-emerald-700 decoration-emerald-600 hover:text-emerald-900'
385
385
  }`}
386
386
  onClick={() => onPreserveExistingReceiptChange(!preserveExistingReceipt)}
387
387
  >