style: adjusted the light and dark themes

style: add window shadow on macOS #62
This commit is contained in:
tiny-craft
2023-10-28 22:22:48 +08:00
parent 124627d724
commit 6fb0eadfbd
11 changed files with 107 additions and 61 deletions

View File

@@ -69,13 +69,8 @@ const onReloadKey = async () => {
:size="props.size"
:ttl="props.ttl"
:value="props.value"
:view-as="props.viewAs"
class="content-value-wrapper" />
:view-as="props.viewAs" />
</keep-alive>
</template>
<style lang="scss" scoped>
.content-value-wrapper {
background-color: v-bind('themeVars.bodyColor');
}
</style>
<style lang="scss" scoped></style>