Skip to content

Commit 1ebf331

Browse files
committed
fix: sign out button background
1 parent 5bf0255 commit 1ebf331

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/postgres-new/components/sidebar.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export default function Sidebar() {
135135
<m.div layout="position" layoutId="sign-out-button">
136136
<Button
137137
className="w-full gap-2"
138+
variant="secondary"
138139
onClick={async () => {
139140
await signOut()
140141
}}
@@ -202,6 +203,7 @@ export default function Sidebar() {
202203
<m.div layout="position" layoutId="sign-out-button">
203204
<Button
204205
size={'icon'}
206+
variant="secondary"
205207
onClick={async () => {
206208
await signOut()
207209
}}

0 commit comments

Comments
 (0)