From 75519e62eb38ffd453e348f4db74f8d4a435525a Mon Sep 17 00:00:00 2001 From: "Wesley F. Young" Date: Fri, 6 Dec 2024 21:56:11 +0800 Subject: [PATCH] fix: switch to `NativeSelect` to avoid breaking layout --- src/App.tsx | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index d97692c..6b7de67 100755 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,8 +9,7 @@ import { List, ListItem, ListItemText, - MenuItem, - Select, + NativeSelect, Switch, TextField, ThemeProvider, @@ -172,9 +171,7 @@ function App() { - + @@ -249,9 +246,7 @@ function App() { - +