From 6b844a52100e87f0fafbf5b098e872f71450b219 Mon Sep 17 00:00:00 2001 From: Haileyesus <118998054+blackmammoth@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:37:00 +0300 Subject: [PATCH] fix(branding): update CloudCLI wordmark styling --- src/components/auth/view/AuthLoadingScreen.tsx | 9 ++++++++- src/components/settings/view/tabs/AboutTab.tsx | 12 +++++++++--- .../api-settings/sections/VersionInfoSection.tsx | 9 ++++++++- .../sidebar/view/subcomponents/SidebarHeader.tsx | 8 +++++++- src/constants/branding.ts | 2 ++ 5 files changed, 34 insertions(+), 6 deletions(-) create mode 100644 src/constants/branding.ts diff --git a/src/components/auth/view/AuthLoadingScreen.tsx b/src/components/auth/view/AuthLoadingScreen.tsx index 5855e56a..86a80ce2 100644 --- a/src/components/auth/view/AuthLoadingScreen.tsx +++ b/src/components/auth/view/AuthLoadingScreen.tsx @@ -1,3 +1,5 @@ +import { CLOUDCLI_WORDMARK_FONT_FAMILY } from '../../../constants/branding'; + const loadingDotAnimationDelays = ['0s', '0.15s', '0.3s']; export default function AuthLoadingScreen() { @@ -14,7 +16,12 @@ export default function AuthLoadingScreen() { -
Loading authentication stateā¦