tip button: fix tip color

This commit is contained in:
mantikoros 2022-10-13 14:33:41 -05:00
parent 29c0dfe3fe
commit 3508c94634

View File

@ -48,6 +48,7 @@ export function TipButton(props: {
/>
<div
className={clsx(
userTipped && 'text-indigo-600',
' absolute top-[2px] text-[0.5rem]',
tipDisplay.length === 1
? 'left-[7px]'