Skip to content

Commit

Permalink
fix: Expandable view and less dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paintoshi committed Sep 22, 2023
1 parent 88e6af0 commit 91a69a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions components/Widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const widgetConfig: WidgetConfig = {
},
},
hiddenUI: ['appearance'],
variant: 'expandable',
};

export const Widget = () => {
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"lint": "next lint"
},
"dependencies": {
"@lifi/sdk": "^2.4.0",
"@lifi/wallet-management": "^2.3.4",
"@lifi/widget": "^2.4.5",
"next": "13.5.2",
"react": "18.2.0",
Expand Down
6 changes: 2 additions & 4 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ a {
}
}

@media (prefers-color-scheme: dark) {
html {
color-scheme: dark;
}
html {
color-scheme: dark;
}

0 comments on commit 91a69a1

Please sign in to comment.