mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
🎨 Improve design of tab icons
This commit is contained in:
@@ -104,7 +104,12 @@ export const EditServiceModal = ({
|
|||||||
const relevantErrors = validationErrors.filter((x) => keys.includes(x));
|
const relevantErrors = validationErrors.filter((x) => keys.includes(x));
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeIcon opacity={relevantErrors.length === 0 ? 0 : 1} color="red" variant="light">
|
<ThemeIcon
|
||||||
|
opacity={relevantErrors.length === 0 ? 0 : 1}
|
||||||
|
color="red"
|
||||||
|
size={18}
|
||||||
|
variant="light"
|
||||||
|
>
|
||||||
<IconAlertTriangle size={15} />
|
<IconAlertTriangle size={15} />
|
||||||
</ThemeIcon>
|
</ThemeIcon>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user