Update ModalSelectIOS.tsx
This commit is contained in:
parent
5afc8701ab
commit
3bb72a19aa
|
|
@ -61,6 +61,8 @@ const ModalSelectIOS = ({
|
|||
opened={opened}
|
||||
onClose={() => {
|
||||
close();
|
||||
setInputSearch("");
|
||||
setIsReboot(true);
|
||||
}}
|
||||
title={
|
||||
<Text fz={"lg"} fw={"bolder"}>
|
||||
|
|
@ -128,7 +130,7 @@ const ModalSelectIOS = ({
|
|||
</Table.Th>
|
||||
<Table.Th
|
||||
style={{
|
||||
width: "70px",
|
||||
width: "200px",
|
||||
textAlign: "center",
|
||||
backgroundColor: "#94c6ff",
|
||||
}}
|
||||
|
|
@ -219,7 +221,7 @@ const ModalSelectIOS = ({
|
|||
</Table.Th>
|
||||
<Table.Th
|
||||
style={{
|
||||
width: "70px",
|
||||
width: "200px",
|
||||
textAlign: "center",
|
||||
backgroundColor: "#94c6ff",
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue