tip button: remove fill color

This commit is contained in:
mantikoros 2022-10-13 14:27:47 -05:00
parent 18a3b66164
commit 29c0dfe3fe

View File

@ -45,12 +45,10 @@ export function TipButton(props: {
<TipJar
size={18}
color={userTipped || (hover && !disabled) ? '#4f46e5' : '#66667C'}
fill={userTipped ? '#4f46e5' : 'none'}
/>
<div
className={clsx(
' absolute top-[2px] text-[0.5rem]',
userTipped ? 'text-white' : '',
tipDisplay.length === 1
? 'left-[7px]'
: tipDisplay.length === 2