fix(dashboard): Make buttons look clickable (kubeflow/kubeflow#7722)

Signed-off-by: Yuichiro Utsumi <utsumi.yuichiro@fujitsu.com>
This commit is contained in:
Yuichiro Utsumi 2025-06-04 21:36:14 +09:00 committed by GitHub
parent 947bf6af47
commit e309d84dd0
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ $kubeflow-typography-config: mat.define-typography-config(
$kubeflow-theme: mat.define-light-theme( $kubeflow-theme: mat.define-light-theme(
( (
color: ( color: (
primary: mat.define-palette($kubeflow-primary-palette, 500), primary: mat.define-palette($kubeflow-primary-palette, 700),
accent: mat.define-palette(mat.$pink-palette, A200, A100, A400), accent: mat.define-palette(mat.$pink-palette, A200, A100, A400),
), ),
) )