fix(stage-ui,stage-web,stage-tamagotchi): font weight issue

Co-authored-by: LiliumNeko <30291104+liliumneko@users.noreply.github.com>
This commit is contained in:
Neko Ayaka
2025-06-27 18:24:05 +08:00
co-authored by LiliumNeko
parent 0b127778fc
commit bb2799cea7
10 changed files with 10 additions and 10 deletions
@@ -44,7 +44,7 @@ const emit = defineEmits<{
>
<!-- Card header (name and badge) -->
<div z-1 flex items-start justify-between gap-2>
<h3 flex-1 truncate text-lg font-thin>
<h3 flex-1 truncate text-lg font-normal>
{{ name }}
</h3>
<div v-if="isActive" shrink-0 rounded-md p-1 bg="primary-100 dark:primary-900/40" text="primary-600 dark:primary-400">
@@ -34,7 +34,7 @@ const settings = computed(() => [
</script>
<template>
<div flex="~ col gap-4" font-thin>
<div flex="~ col gap-4" font-normal>
<div />
<div flex="~ col gap-4">
<IconItem
@@ -106,7 +106,7 @@ const settings = computed(() => [
</script>
<template>
<div flex="~ col gap-4" font-thin>
<div flex="~ col gap-4" font-normal>
<div />
<div flex="~ col gap-4">
<IconItem
@@ -44,7 +44,7 @@ const emit = defineEmits<{
>
<!-- Card header (name and badge) -->
<div z-1 flex items-start justify-between gap-2>
<h3 flex-1 truncate text-lg font-thin>
<h3 flex-1 truncate text-lg font-normal>
{{ name }}
</h3>
<div v-if="isActive" shrink-0 rounded-md p-1 bg="primary-100 dark:primary-900/40" text="primary-600 dark:primary-400">
@@ -28,7 +28,7 @@ const settings = computed(() => [
</script>
<template>
<div flex="~ col gap-4" font-thin>
<div flex="~ col gap-4" font-normal>
<div />
<div flex="~ col gap-4">
<IconItem
+1 -1
View File
@@ -106,7 +106,7 @@ const settings = computed(() => [
</script>
<template>
<div flex="~ col gap-4" font-thin>
<div flex="~ col gap-4" font-normal>
<div />
<div flex="~ col gap-4">
<IconItem
@@ -22,7 +22,7 @@ defineProps<{
:to="to"
>
<div z-1 flex-1>
<div text-lg font-thin class="menu-icon-item-title" transition="all ease-in-out duration-400">
<div text-lg font-normal class="menu-icon-item-title" transition="all ease-in-out duration-400">
{{ title }}
</div>
<div
@@ -30,7 +30,7 @@ const props = defineProps<{
>
<div z-1 flex-1>
<div
text-lg font-thin
text-lg font-normal
class="menu-icon-status-item-title"
transition="all ease-in-out duration-400"
>
@@ -80,7 +80,7 @@ function toggleExpansion() {
<div class="w-full flex flex-col gap-2">
<div class="flex items-center">
<span
class="line-clamp-1 font-thin"
class="line-clamp-1 font-normal"
:class="[
modelValue === value
? 'text-neutral-700 dark:text-neutral-300'
@@ -48,7 +48,7 @@ const modelValue = defineModel<string>({ required: true })
</div>
<div flex="~ col" min-h-16 w-full items-start justify-center pb-2 pl-5 pr-4 pt-2>
<span
class="radio-item-name font-thin"
class="radio-item-name font-normal"
text="md"
:class="[
modelValue === value