From 287c184fa9285468abe660ce2256ea1273aee13b Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Thu, 29 Sep 2022 16:34:28 +0900 Subject: [PATCH] Card styling --- src/components/AppShelf/AppShelfItem.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/AppShelf/AppShelfItem.tsx b/src/components/AppShelf/AppShelfItem.tsx index c46265b48..35c730d68 100644 --- a/src/components/AppShelf/AppShelfItem.tsx +++ b/src/components/AppShelf/AppShelfItem.tsx @@ -105,14 +105,14 @@ export function AppShelfItem(props: any) { -
- + +
@@ -135,8 +135,8 @@ export function AppShelfItem(props: any) { {service.ping !== false && } - -
+
+ );