This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch template_less
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/template_less by this push:
     new 51f719f8d4 set colorLink == colorPrimary
51f719f8d4 is described below

commit 51f719f8d4ee3b99e957fee950e8bb39dc44ab33
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Wed Apr 16 13:17:00 2025 -0700

    set colorLink == colorPrimary
---
 superset-frontend/packages/superset-ui-core/src/theme/Theme.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset-frontend/packages/superset-ui-core/src/theme/Theme.tsx 
b/superset-frontend/packages/superset-ui-core/src/theme/Theme.tsx
index 44c7be3044..4b06a33195 100644
--- a/superset-frontend/packages/superset-ui-core/src/theme/Theme.tsx
+++ b/superset-frontend/packages/superset-ui-core/src/theme/Theme.tsx
@@ -63,6 +63,7 @@ export class Theme {
 
     // Default colors
     colorPrimary: '#2893B3', // NOTE: previous lighter primary color was 
#20a7c9
+    colorLink: '#2893B3',
     colorError: '#e04355',
     colorWarning: '#fcc700',
     colorSuccess: '#5ac189',

Reply via email to