diff --git a/frontend/current_screen.png b/frontend/current_screen.png index ae47e042..536c175d 100644 Binary files a/frontend/current_screen.png and b/frontend/current_screen.png differ diff --git a/frontend/src/shared/shell/KsFooter.vue b/frontend/src/shared/shell/KsFooter.vue index ef7ffdfa..da4d8c30 100644 --- a/frontend/src/shared/shell/KsFooter.vue +++ b/frontend/src/shared/shell/KsFooter.vue @@ -15,7 +15,9 @@ const currentYear = new Date().getFullYear() 지원
@@ -69,6 +71,19 @@ const currentYear = new Date().getFullYear() .ks-footer__version { color: var(--color-text-tertiary); font-size: var(--font-size-xs); + font-family: monospace; +} + +.ks-footer__divider { + color: var(--ks-color-neutral-300); + margin: 0 4px; +} + +.ks-footer__version-contract { + color: var(--ks-color-action); + font-size: var(--font-size-xs); + font-weight: 600; + font-family: monospace; } @media (max-width: 768px) { diff --git a/frontend/src/shared/ui/screen-types/v2/BatchOperationsPageV2.vue b/frontend/src/shared/ui/screen-types/v2/BatchOperationsPageV2.vue index 59fcb513..907448bf 100644 --- a/frontend/src/shared/ui/screen-types/v2/BatchOperationsPageV2.vue +++ b/frontend/src/shared/ui/screen-types/v2/BatchOperationsPageV2.vue @@ -1,3 +1,3 @@ -