This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 2cc4d8f33 [KYUUBI #5608][FOLLOW][UI] Kyuubi version should always use
the light color
2cc4d8f33 is described below
commit 2cc4d8f334e09dbb6e94958da7d9ea48164b2d04
Author: zwangsheng <[email protected]>
AuthorDate: Thu Nov 2 14:39:25 2023 +0800
[KYUUBI #5608][FOLLOW][UI] Kyuubi version should always use the light color
### _Why are the changes needed?_
As title, fixed the font style to avoid local system setting
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [x] Add screenshots for manual tests if appropriate
- [ ] [Run
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
locally before make a pull request
MacOs + Chrome + Dark Mode
<img width="1300" alt="截屏2023-11-02 11 43 14"
src="https://github.com/apache/kyuubi/assets/52876270/f1fd951a-9d6e-4eb3-a258-506cb58459b0">
MacOs + Chrome + Light Mode
<img width="1298" alt="截屏2023-11-02 11 42 00"
src="https://github.com/apache/kyuubi/assets/52876270/2e726961-5539-4e4d-bbda-115820b1165a">
### _Was this patch authored or co-authored using generative AI tooling?_
No
Closes #5609 from zwangsheng/KYUUBI#5608.
Closes #5608
a336708cf [zwangsheng] [KYUUBI #5608][Improvement][UI] Fix Menu header font
style with Local System issue
Authored-by: zwangsheng <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
kyuubi-server/web-ui/src/layout/components/aside/index.vue | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kyuubi-server/web-ui/src/layout/components/aside/index.vue
b/kyuubi-server/web-ui/src/layout/components/aside/index.vue
index 33d794478..4d82c6144 100644
--- a/kyuubi-server/web-ui/src/layout/components/aside/index.vue
+++ b/kyuubi-server/web-ui/src/layout/components/aside/index.vue
@@ -67,6 +67,8 @@
width: 100px;
margin-top: 20px;
text-align: center;
+ font-family: 'Myriad Pro', 'Helvetica Neue', Arial, Helvetica,
sans-serif;
+ color: rgba(255, 255, 255, 0.87);
}
.collapsed-logo {
width: 40px;