diff --git a/components/account/AccountHeader.vue b/components/account/AccountHeader.vue index e2779d21..8cb40f83 100644 --- a/components/account/AccountHeader.vue +++ b/components/account/AccountHeader.vue @@ -109,7 +109,7 @@ const isNotifiedOnPost = $computed(() => !!relationship?.notifying) <button :aria-pressed="isNotifiedOnPost" :aria-label="t('account.notifications_on_post_enable', { username: `@${account.username}` })" - rounded-full p2 border-1 transition-colors + rounded-full text-sm p2 border-1 transition-colors :class="isNotifiedOnPost ? 'text-primary border-primary hover:bg-red/20 hover:text-red hover:border-red' : 'border-base hover:text-primary'" @click="toggleNotifications" >