0

Support customizing button title text color

This commit is contained in:
Gabe Kangas 2023-01-18 23:14:44 -08:00
parent 484b5d2a49
commit fa420ff98f
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -40,6 +40,7 @@ const componentColorVariables = [
{ name: 'theme-color-action', description: 'Action' },
{ name: 'theme-color-action-hover', description: 'Action Hover' },
{ name: 'theme-color-components-primary-button-border', description: 'Primary Button Border' },
{ name: 'theme-color-components-primary-button-text', description: 'Primary Button Text' },
{ name: 'theme-color-components-chat-background', description: 'Chat Background' },
{ name: 'theme-color-components-chat-text', description: 'Text: Chat' },
{ name: 'theme-color-components-text-on-dark', description: 'Text: Light' },