style: adjust confirm dialog & web ui settings dialog (#821)

This commit is contained in:
Damian Johnson
2024-04-03 23:19:00 +08:00
committed by GitHub
parent e06327936e
commit 448412a191
2 changed files with 3 additions and 1 deletions

View File

@@ -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,
},