diff --git a/ui/src/styles/element-plus.scss b/ui/src/styles/element-plus.scss index 6dc27bf5e..c41ae212b 100644 --- a/ui/src/styles/element-plus.scss +++ b/ui/src/styles/element-plus.scss @@ -384,3 +384,7 @@ color: #f54a45; } } + +.el-checkbox__input.is-checked + .el-checkbox__label { + color: var(--el-checkbox-text-color); +} diff --git a/ui/src/views/application-overview/component/EmbedDialog.vue b/ui/src/views/application-overview/component/EmbedDialog.vue index 770395729..2bf5b250a 100644 --- a/ui/src/views/application-overview/component/EmbedDialog.vue +++ b/ui/src/views/application-overview/component/EmbedDialog.vue @@ -11,7 +11,7 @@
{{ $t('views.applicationOverview.appInfo.EmbedDialog.fullscreenModeTitle') }}
-
+
{{ $t('views.applicationOverview.appInfo.EmbedDialog.floatingModeTitle') }}
-
-
+