forked from crowetic/commerce
Removing HeadlessUI and React-Aria
This commit is contained in:
parent
b5fd6bd38e
commit
58067808d7
@ -1,8 +1,8 @@
|
|||||||
.dropdownMenu {
|
.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 {
|
@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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ export default function Wishlist() {
|
|||||||
const { data, isEmpty } = useWishlist({ includeProducts: true })
|
const { data, isEmpty } = useWishlist({ includeProducts: true })
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="mt-3 mb-20 px-3">
|
<div className="mt-3 mb-20 px-6">
|
||||||
<Text variant="pageHeading">My Wishlist</Text>
|
<Text variant="pageHeading">My Wishlist</Text>
|
||||||
<div className="group flex flex-col">
|
<div className="group flex flex-col">
|
||||||
{isEmpty ? (
|
{isEmpty ? (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user