Fix - light theme ui break due to theme

This commit is contained in:
lalitdeore12@gmail.com
2025-05-20 01:02:16 +05:30
parent dc166a3d53
commit e92c2817b2
8 changed files with 542 additions and 61 deletions
+6 -6
View File
@@ -657,7 +657,7 @@ const UserManagmentTab = memo((props) => {
InputProps={{
style: {
height: "50px",
color: "white",
color: theme.palette.textFieldStyle.color,
fontSize: "1em",
},
}}
@@ -772,7 +772,7 @@ const UserManagmentTab = memo((props) => {
InputProps={{
style: {
height: 50,
color: "white",
color: theme.palette.textFieldStyle.color,
},
}}
color="primary"
@@ -815,7 +815,7 @@ const UserManagmentTab = memo((props) => {
InputProps={{
style: {
height: 50,
color: "white",
color: theme.palette.textFieldStyle.color,
},
}}
color="primary"
@@ -956,7 +956,7 @@ const UserManagmentTab = memo((props) => {
InputProps={{
style: {
height: 50,
color: "white",
color: theme.palette.textFieldStyle.color,
},
}}
color="primary"
@@ -1027,7 +1027,7 @@ const UserManagmentTab = memo((props) => {
InputProps={{
style: {
height: 50,
color: "white",
color: theme.palette.textFieldStyle.color,
fontSize: "1em",
},
maxLength: 6,
@@ -1135,7 +1135,7 @@ const UserManagmentTab = memo((props) => {
}}
>
<DialogTitle>
<span style={{ color: "white" }}>User Logs</span>
<span style={{ color: theme.palette.text.primary }}>User Logs</span>
</DialogTitle>
<DialogContent>
{/* ask user for which IP they want to see logs for by iterating of user.login_info */}