Skip to content

Commit c690df7

Browse files
committed
Merge branch 'develop'
2 parents 167bdda + 30d64b1 commit c690df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/arzLive/components/currency-box.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export const CurrencyBox = ({ code }: CurrencyBoxProps) => {
159159
</motion.div>
160160
{/* // ) : null} */}
161161
<motion.p
162-
className="text-lg font-bold text-right text-gray-800 dark:text-gray-100"
162+
className="text-lg font-bold leading-none text-right text-gray-800 dark:text-gray-100"
163163
animate={{ scale: [1, 1.02, 1] }}
164164
transition={{ duration: 0.3 }}
165165
>

0 commit comments

Comments
 (0)