From b6dbcfeb6978f4c075795c94313f7c9265d30229 Mon Sep 17 00:00:00 2001 From: sethburkart123 Date: Sun, 25 Aug 2024 08:58:45 +1000 Subject: [PATCH] style: slight changes to store cards --- src/interface/pages/Store.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/interface/pages/Store.tsx b/src/interface/pages/Store.tsx index 8b4f5b43..10d10559 100644 --- a/src/interface/pages/Store.tsx +++ b/src/interface/pages/Store.tsx @@ -201,7 +201,7 @@ const Store = () => { > e.stopPropagation()} - className="w-full max-w-xl h-[95%] p-8 pt-5 bg-white rounded-t-2xl dark:bg-zinc-800 overflow-scroll" + className="w-full max-w-xl h-[95%] p-4 bg-white rounded-t-2xl dark:bg-zinc-800 overflow-scroll" exit={{ y: "100vh" }} transition={{ type: 'spring', stiffness: 300, damping: 30 }} variants={containerVariants} @@ -260,8 +260,8 @@ const Store = () => { {gridThemes.filter(theme => theme.id !== displayTheme.id).sort((a, b) => a.name.localeCompare(displayTheme.name) - b.name.localeCompare(displayTheme.name)).map((theme, index) => ( { setDisplayTheme(null); setDisplayTheme(theme); }} className='w-full cursor-pointer' variants={textVariants}>
-
- {theme.name} +
+ {theme.name}
Theme Preview @@ -298,7 +298,7 @@ const Store = () => { {filteredThemes.map((theme, index) => (
setDisplayTheme(theme)} key={index} className='w-full cursor-pointer'>
-
+
{theme.name}