We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a69502 commit ed6b401Copy full SHA for ed6b401
apps/website/src/components/make-it-yours/make-it-yours.tsx
@@ -95,17 +95,18 @@ export default component$(() => {
95
});
96
return (
97
<section>
98
- <button
+ <Button
99
+ look="outline"
100
onClick$={() => {
101
showSig.value = true;
102
}}
103
class="hover:bg-accent/80 rounded-base border px-3 py-2"
104
>
105
<div class="flex justify-center">
- <LuSlidersHorizontal class="mr-3 h-6 w-6" />
106
+ <LuSlidersHorizontal class="h-6 w-6 sm:mr-3" />
107
<span class="hidden sm:block">Make it yours</span>
108
</div>
- </button>
109
+ </Button>
110
<Modal
111
closeOnBackdropClick={false}
112
bind:show={showSig}
0 commit comments