Skip to content

Commit

Permalink
fix: show dropdown popup
Browse files Browse the repository at this point in the history
  • Loading branch information
notmedia committed Sep 4, 2022
1 parent 177720f commit 9ae2a10
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
84 changes: 42 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app/pages/settings/forms/settings.form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const SettingsForm: React.FC<SettingsFormProps> = ({
name="theme"
control={control}
render={({ field }) => (
<Dropdown disableAnimation>
<Dropdown>
<Dropdown.Button
bordered
borderWeight="light"
Expand Down

0 comments on commit 9ae2a10

Please sign in to comment.