We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 167bdda + 30d64b1 commit c690df7Copy full SHA for c690df7
src/layouts/arzLive/components/currency-box.tsx
@@ -159,7 +159,7 @@ export const CurrencyBox = ({ code }: CurrencyBoxProps) => {
159
</motion.div>
160
{/* // ) : null} */}
161
<motion.p
162
- className="text-lg font-bold text-right text-gray-800 dark:text-gray-100"
+ className="text-lg font-bold leading-none text-right text-gray-800 dark:text-gray-100"
163
animate={{ scale: [1, 1.02, 1] }}
164
transition={{ duration: 0.3 }}
165
>
0 commit comments