From 714929384bfb6a3a2c3d5b9769f3b1bb6e8ba9bf Mon Sep 17 00:00:00 2001 From: Yuki Iwai Date: Tue, 16 Apr 2024 01:48:26 +0900 Subject: [PATCH] UI: Synchronize with the latest kubeflow/kubeflow Signed-off-by: Yuki Iwai --- pkg/ui/v1beta1/frontend/COMMIT | 2 +- pkg/ui/v1beta1/frontend/src/styles.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/ui/v1beta1/frontend/COMMIT b/pkg/ui/v1beta1/frontend/COMMIT index 04e5ac037da..3094c54ff81 100644 --- a/pkg/ui/v1beta1/frontend/COMMIT +++ b/pkg/ui/v1beta1/frontend/COMMIT @@ -1 +1 @@ -046c6d3c8 +bd7f250df diff --git a/pkg/ui/v1beta1/frontend/src/styles.scss b/pkg/ui/v1beta1/frontend/src/styles.scss index fc0cd4d669b..afbbc841937 100644 --- a/pkg/ui/v1beta1/frontend/src/styles.scss +++ b/pkg/ui/v1beta1/frontend/src/styles.scss @@ -1,5 +1,5 @@ /* You can add global styles to this file, and also import other style files */ -@import '~kubeflow/styles.scss'; +@import '~kubeflow/styles/styles.scss'; body { background-color: white;