fix(public-site): honor dark theme surface colors
This commit is contained in:
@@ -152,6 +152,10 @@ export interface PublicSiteBranding {
|
||||
accent: string;
|
||||
background: string;
|
||||
text: string;
|
||||
surface?: string;
|
||||
elevated?: string;
|
||||
border?: string;
|
||||
mutedText?: string;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user