From cb7106f4bfd6856470861890ea5e4c0bbc4703ac Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Fri, 9 Jun 2023 07:17:58 -0700 Subject: Add inverted logo option --- modern/src/common/attributes/useServerAttributes.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modern/src/common/attributes') diff --git a/modern/src/common/attributes/useServerAttributes.js b/modern/src/common/attributes/useServerAttributes.js index f70fd220..74749991 100644 --- a/modern/src/common/attributes/useServerAttributes.js +++ b/modern/src/common/attributes/useServerAttributes.js @@ -13,6 +13,10 @@ export default (t) => useMemo(() => ({ name: t('serverLogo'), type: 'string', }, + logoInverted: { + name: t('serverLogoInverted'), + type: 'string', + }, colorPrimary: { name: t('serverColorPrimary'), type: 'string', -- cgit v1.2.3