feat(themes): optional chat channel colors in theme schema
This commit is contained in:
@@ -8,5 +8,6 @@ public sealed record Theme(
|
||||
ThemeColors Colors,
|
||||
ThemeLayout Layout,
|
||||
ThemeTypography Typography,
|
||||
bool IsBuiltIn
|
||||
bool IsBuiltIn,
|
||||
ThemeChatColors? ChatColors = null
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user