update icon

This commit is contained in:
SethBurkart123
2024-05-21 19:11:00 +10:00
parent 0b223f550b
commit a2b9721041
+3 -3
View File
@@ -196,7 +196,7 @@ const Store = () => {
> >
<motion.div <motion.div
onClick={(e) => e.stopPropagation()} onClick={(e) => e.stopPropagation()}
className="w-full max-w-xl h-[95%] p-8 bg-white rounded-t-2xl dark:bg-zinc-800 overflow-scroll" className="w-full max-w-xl h-[95%] p-8 pt-5 bg-white rounded-t-2xl dark:bg-zinc-800 overflow-scroll"
exit={{ y: "100vh" }} exit={{ y: "100vh" }}
transition={{ type: 'spring', stiffness: 300, damping: 30 }} transition={{ type: 'spring', stiffness: 300, damping: 30 }}
variants={containerVariants} variants={containerVariants}
@@ -205,11 +205,11 @@ const Store = () => {
> >
<motion.div className="relative h-auto"> <motion.div className="relative h-auto">
<motion.button <motion.button
className="absolute top-0 right-0 p-2 text-xl font-bold text-gray-600 dark:text-gray-200" className="absolute top-0 right-0 p-2 text-xl font-bold text-gray-600 font-IconFamily dark:text-gray-200"
onClick={() => setDisplayTheme(null)} onClick={() => setDisplayTheme(null)}
variants={textVariants} variants={textVariants}
> >
&times; {'\ued8a'}
</motion.button> </motion.button>
<motion.h2 className="mb-4 text-2xl font-bold" variants={textVariants}> <motion.h2 className="mb-4 text-2xl font-bold" variants={textVariants}>
{displayTheme.name} {displayTheme.name}