style: adjust confirm dialog & web ui settings dialog (#821)
This commit is contained in:
@@ -90,6 +90,8 @@ export const WebUIItem = (props: Props) => {
|
||||
title={value}
|
||||
color={value ? "text.primary" : "text.secondary"}
|
||||
sx={({ palette }) => ({
|
||||
overflow: "hidden",
|
||||
textOverflow: "ellipsis",
|
||||
"> span": {
|
||||
color: palette.primary.main,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user