tip button: remove border color

This commit is contained in:
mantikoros 2022-10-01 16:00:39 -05:00
parent 09e4864b32
commit 670c6faea8

View File

@ -33,7 +33,7 @@ export function TipButton(props: {
<Col className={'relative items-center sm:flex-row'}>
<HeartIcon
className={clsx(
'h-5 w-5 text-green-700 sm:h-6 sm:w-6',
'h-5 w-5 sm:h-6 sm:w-6',
totalTipped > 0 ? 'mr-2' : '',
userTipped ? 'fill-green-700 text-green-700' : ''
)}