Skip to content

Commit bb4d287

Browse files
committed
fix: fix
1 parent e158690 commit bb4d287

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/TranslationLeaderboard.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Emoji from "./Emoji"
1616
const RadioCard = ({ value, children, checked, onChange }) => {
1717
return (
1818
<Button
19-
variant="outline"
19+
variant="ghost"
2020
onClick={() => onChange(value)}
2121
className={cn(
2222
"m-2 mx-0 flex h-full w-full items-center justify-center rounded-full px-6 py-4 lg:mx-2 lg:w-auto",
@@ -96,7 +96,7 @@ const TranslationLeaderboard = ({
9696
)}
9797
</RadioCard>
9898
</Flex>
99-
<div className="mb-8 w-full bg-background shadow-md">
99+
<div className="mb-8 w-full bg-background-highlight shadow-md">
100100
<Flex className="bg-muted text-foreground mb-[1px] w-full items-center justify-between p-4">
101101
<Flex>
102102
<div className="w-10 opacity-40">#</div>
@@ -168,7 +168,7 @@ const TranslationLeaderboard = ({
168168
</div>
169169
<Flex className="mb-8 w-full flex-col justify-center px-8 py-0 lg:flex-row">
170170
<Button
171-
variant="outline"
171+
variant="ghost"
172172
onClick={filterAmount === 10 ? showMore : showLess}
173173
className="m-2 mx-0 flex h-full w-full items-center justify-center rounded-full px-6 py-4 lg:mx-2 lg:w-auto"
174174
>

0 commit comments

Comments
 (0)