Skip to content

Commit e309d84

Browse files
authored
fix(dashboard): Make buttons look clickable (kubeflow/kubeflow#7722)
Signed-off-by: Yuichiro Utsumi <utsumi.yuichiro@fujitsu.com>
1 parent 947bf6a commit e309d84

File tree

1 file changed

+1
-1
lines changed
  • components/crud-web-apps/common/frontend/kubeflow-common-lib/projects/kubeflow/src/styles

1 file changed

+1
-1
lines changed

components/crud-web-apps/common/frontend/kubeflow-common-lib/projects/kubeflow/src/styles/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $kubeflow-typography-config: mat.define-typography-config(
5555
$kubeflow-theme: mat.define-light-theme(
5656
(
5757
color: (
58-
primary: mat.define-palette($kubeflow-primary-palette, 500),
58+
primary: mat.define-palette($kubeflow-primary-palette, 700),
5959
accent: mat.define-palette(mat.$pink-palette, A200, A100, A400),
6060
),
6161
)

0 commit comments

Comments
 (0)