diff --git a/frontend/app/notifications/page.tsx b/frontend/app/notifications/page.tsx index b405ed0..c9be3ae 100644 --- a/frontend/app/notifications/page.tsx +++ b/frontend/app/notifications/page.tsx @@ -777,7 +777,7 @@ export default function NotificationsPage() { {unmutedMembers.length > 0 && ( { const tag = e.target.value; if (tag) setMutedTopicTags((prev) => [...prev, tag]); }} - className="text-xs px-2 py-1.5 bg-background border border-border rounded-md"> + className="text-base px-2 py-1.5 bg-background border border-border rounded-md"> {unmutedTopics.map((f) => ( @@ -884,14 +884,14 @@ export default function NotificationsPage() {