Skip to content

Commit 9e24706

Browse files
authored
[nit] Adjust font size of User Panel header (#3570)
1 parent cdddf35 commit 9e24706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dialog/content/setting/UserPanel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<TabPanel value="User" class="user-settings-container h-full">
33
<div class="flex flex-col h-full">
4-
<h2 class="text-xl font-bold mb-2">{{ $t('userSettings.title') }}</h2>
4+
<h2 class="text-2xl font-bold mb-2">{{ $t('userSettings.title') }}</h2>
55
<Divider class="mb-3" />
66

77
<div v-if="user" class="flex flex-col gap-2">

0 commit comments

Comments
 (0)