mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-07 16:12:14 +01:00
🌐 Appearance Colors
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
{
|
||||
"colors": "Colors",
|
||||
"suffix": "{{color}} color"
|
||||
"suffix": "{{color}} color",
|
||||
"primary": "Primary",
|
||||
"secondary": "Secondary"
|
||||
}
|
||||
@@ -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