Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 5cb89d7

Browse files
committed
fix: remove default padding from sidepanel. use default button styling for cancel button
1 parent cae30c0 commit 5cb89d7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/SidePanel/SidePanel.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const SidePanel = ({
6666
<div className={__styles.footer}>
6767
<Button
6868
disabled={loading}
69-
type="secondary"
69+
type="default"
7070
onClick={() => (onCancel ? onCancel() : null)}
7171
>
7272
{cancelText}

src/lib/theme/defaultTheme.ts

-1
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,6 @@ export default {
964964
contents: `
965965
relative
966966
flex-1
967-
py-4
968967
overflow-y-auto
969968
`,
970969
content: `

0 commit comments

Comments
 (0)