style: adjust settings panel styles

This commit is contained in:
Hakadao
2023-10-06 19:53:04 +08:00
parent 73ba00209e
commit 79fc29053a
3 changed files with 3 additions and 3 deletions

View File

@@ -141,7 +141,7 @@ function setCurrentTitle() {
text-shadow: 0 0 15px var(--bew-elevated-solid-1), 0 0 20px var(--bew-elevated-solid-1)
"
>
<div text="3xl">
<div text="3xl" fw-bold>
{{ title }}
</div>
<div

View File

@@ -26,7 +26,7 @@ function handleClose() {
"
>
<div>
<p text-xl>
<p text-xl fw-bold>
{{ title }}
</p>
<p text="sm $bew-text-2">

View File

@@ -7,7 +7,7 @@ defineProps<{
<template>
<div class="b-settings-item-group" mb-6>
<p text="base $bew-text-1">
<p text="base $bew-text-1" fw-bold>
{{ title }}
</p>
<p v-if="desc" text="sm $bew-text-2">