From 9049043f0b71d3f557a71119ea9ba0266b240595 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sun, 12 May 2024 18:20:29 +0200 Subject: [PATCH] store/dash: cosmetics (#2328) --- store/assets/tailwind-local.css | 2 +- store/templates/app.html | 2 +- store/templates/dash.html | 16 ++++++++++++---- store/templates/wishlist_add.html | 8 ++++---- 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/store/assets/tailwind-local.css b/store/assets/tailwind-local.css index e08dab0c9d..8a2758ae63 100644 --- a/store/assets/tailwind-local.css +++ b/store/assets/tailwind-local.css @@ -4,7 +4,7 @@ @layer utilities { input, textarea, select { - @apply !rounded-md shadow-sm border-gray-200 !bg-neutral-50; + @apply !rounded-md shadow-sm !border-gray-200 !bg-neutral-50; } .btn { @apply text-sm font-medium rounded-md px-4 py-2 transition; diff --git a/store/templates/app.html b/store/templates/app.html index a9998238cd..8f2d75614a 100644 --- a/store/templates/app.html +++ b/store/templates/app.html @@ -82,7 +82,7 @@