4
0
forked from crowetic/commerce

Removing HeadlessUI and React-Aria

This commit is contained in:
Belen Curcio 2020-11-26 13:16:20 -03:00
parent b5fd6bd38e
commit 58067808d7
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
.dropdownMenu {
@apply fixed right-0 mt-7 origin-top-right outline-none bg-primary z-40 w-full h-full;
@apply fixed right-0 mt-2 origin-top-right outline-none bg-primary z-40 w-full h-full;
@screen lg {
@apply absolute border border-accents-1 shadow-lg w-56 h-auto;
@apply absolute top-10 border border-accents-1 shadow-lg w-56 h-auto;
}
}

View File

@ -23,7 +23,7 @@ export default function Wishlist() {
const { data, isEmpty } = useWishlist({ includeProducts: true })
return (
<div className="mt-3 mb-20 px-3">
<div className="mt-3 mb-20 px-6">
<Text variant="pageHeading">My Wishlist</Text>
<div className="group flex flex-col">
{isEmpty ? (