tip button: remove border color
This commit is contained in:
parent
09e4864b32
commit
670c6faea8
|
@ -33,7 +33,7 @@ export function TipButton(props: {
|
||||||
<Col className={'relative items-center sm:flex-row'}>
|
<Col className={'relative items-center sm:flex-row'}>
|
||||||
<HeartIcon
|
<HeartIcon
|
||||||
className={clsx(
|
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' : '',
|
totalTipped > 0 ? 'mr-2' : '',
|
||||||
userTipped ? 'fill-green-700 text-green-700' : ''
|
userTipped ? 'fill-green-700 text-green-700' : ''
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user