From 15653da8641fc36137daf1780c0ec29dd9c784f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 29 Aug 2023 21:34:00 +0200 Subject: [PATCH] no more rounded stuff --- rust/src/view/home.rs | 2 -- rust/src/view/inventory.rs | 6 ------ rust/src/view/trip/mod.rs | 7 ------- rust/src/view/trip/packagelist.rs | 1 - rust/src/view/trip/types.rs | 2 -- 5 files changed, 18 deletions(-) diff --git a/rust/src/view/home.rs b/rust/src/view/home.rs index 0470da0..975a25c 100644 --- a/rust/src/view/home.rs +++ b/rust/src/view/home.rs @@ -24,7 +24,6 @@ impl Home { section ."border-2" ."border-gray-200" - ."rounded-md" ."flex" ."flex-row" { @@ -64,7 +63,6 @@ impl Home { section ."border-2" ."border-gray-200" - ."rounded-md" ."flex" ."flex-row" { diff --git a/rust/src/view/inventory.rs b/rust/src/view/inventory.rs index 9cae781..7b0d3f8 100644 --- a/rust/src/view/inventory.rs +++ b/rust/src/view/inventory.rs @@ -349,7 +349,6 @@ impl InventoryNewItemFormName { ."border-2" ."border-red-500"[error] ."border-gray-300"[!error] - ."rounded" ."focus:outline-none" ."focus:bg-white" ."focus:border-gray-500"[!error] @@ -394,7 +393,6 @@ impl InventoryNewItemFormWeight { ."p-2" ."bg-gray-50" ."border-2" - ."rounded" ."focus:outline-none" ."focus:bg-white" {} @@ -434,7 +432,6 @@ impl InventoryNewItemFormCategory { ."bg-gray-50" ."border-2" ."border-gray-300" - ."rounded" ."focus:outline-none" ."focus:bg-white" ."focus:border-gray-500" @@ -487,7 +484,6 @@ impl InventoryNewItemForm { ."disabled:opacity-50" ."py-2" ."border-2" - ."rounded" ."border-gray-300" ."mx-auto" ."w-full" { @@ -529,7 +525,6 @@ impl InventoryNewCategoryForm { ."bg-gray-50" ."border-2" ."border-gray-300" - ."rounded" ."focus:outline-none" ."focus:bg-white" ."focus:border-gray-500" @@ -544,7 +539,6 @@ impl InventoryNewCategoryForm { ."disabled:opacity-50" ."py-2" ."border-2" - ."rounded" ."border-gray-300" ."mx-auto" ."w-full" { diff --git a/rust/src/view/trip/mod.rs b/rust/src/view/trip/mod.rs index 053114d..da4868c 100644 --- a/rust/src/view/trip/mod.rs +++ b/rust/src/view/trip/mod.rs @@ -149,7 +149,6 @@ impl NewTrip { ."p-2" ."bg-gray-50" ."border-2" - ."rounded" ."focus:outline-none" ."focus:bg-white" {} @@ -171,7 +170,6 @@ impl NewTrip { ."appearance-none" ."border-2" ."border-gray-300" - ."rounded" ."focus:outline-none" ."focus:bg-white" ."focus:border-purple-500" @@ -194,7 +192,6 @@ impl NewTrip { ."appearance-none" ."border-2" ."border-gray-300" - ."rounded" ."focus:outline-none" ."focus:bg-white" ."focus:border-purple-500" @@ -207,7 +204,6 @@ impl NewTrip { value="Add" ."py-2" ."border-2" - ."rounded" ."border-gray-300" ."mx-auto" ."w-full" @@ -336,7 +332,6 @@ impl Trip { ."p-2" ."border-2" ."border-gray-500" - ."rounded-md" ."bg-blue-200" ."hover:bg-blue-200" { @@ -690,7 +685,6 @@ impl TripInfo { { li ."border" - ."rounded-2xl" ."py-0.5" ."px-2" ."bg-green-100" @@ -723,7 +717,6 @@ impl TripInfo { { li ."border" - ."rounded-2xl" ."py-0.5" ."px-2" ."bg-gray-100" diff --git a/rust/src/view/trip/packagelist.rs b/rust/src/view/trip/packagelist.rs index cc7aff2..0a6fde9 100644 --- a/rust/src/view/trip/packagelist.rs +++ b/rust/src/view/trip/packagelist.rs @@ -177,7 +177,6 @@ impl TripPackageList { ."p-2" ."border-2" ."border-gray-500" - ."rounded-md" ."bg-blue-200" ."hover:bg-blue-200" { diff --git a/rust/src/view/trip/types.rs b/rust/src/view/trip/types.rs index 1258f06..e1ab319 100644 --- a/rust/src/view/trip/types.rs +++ b/rust/src/view/trip/types.rs @@ -143,7 +143,6 @@ impl TypeList { ."p-2" ."bg-gray-50" ."border-2" - ."rounded" ."focus:outline-none" ."focus:bg-white" {} @@ -155,7 +154,6 @@ impl TypeList { value="Add" ."py-2" ."border-2" - ."rounded" ."border-gray-300" ."mx-auto" ."w-full"