Skip to content

Commit 4ada4ae

Browse files
committed
💄 Remove text shrinking effects
1 parent 1938cd6 commit 4ada4ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

components/dialogs/SuggestJargonDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export default function SuggestJargonDialog() {
112112
<Button
113113
variant="default"
114114
size="sm"
115-
className="text-sm hover:rounded-3xl hover:text-[10pt]"
115+
className="text-sm hover:rounded-3xl"
116116
>
117117
<SquarePlus className="-mb-0.5 size-4" />
118118
용어제안

components/navigation/NavBarTitle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function NavBarTitle() {
2727
return (
2828
<Link href="/">
2929
<div className="flex flex-col items-center gap-1">
30-
<span className="bg-primary text-primary-foreground rounded-sm px-3 py-2 text-xl font-bold transition-all ease-in-out hover:rounded-3xl hover:text-lg">
30+
<span className="bg-primary text-primary-foreground rounded-sm px-3 py-2 text-xl font-bold transition-all ease-in-out hover:rounded-3xl">
3131
쉬운 전문용어
3232
</span>
3333
<span

0 commit comments

Comments
 (0)