mirror of
https://github.com/ajnart/homarr.git
synced 2026-03-05 11:51:05 +01:00
🌐 Appearance Colors
This commit is contained in:
@@ -99,9 +99,7 @@ export function ColorSelector({ type, defaultValue }: ColorControlProps) {
|
||||
</Popover.Dropdown>
|
||||
</Popover>
|
||||
<Text>
|
||||
{t('suffix', {
|
||||
color: type[0].toUpperCase() + type.slice(1),
|
||||
})}
|
||||
{t('suffix', {color: t(type)})}
|
||||
</Text>
|
||||
</Group>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user