prettier
This commit is contained in:
parent
b2953b0e42
commit
a1e2ee3b7e
|
@ -65,7 +65,7 @@ export function Button(props: {
|
||||||
color === 'gray-white' &&
|
color === 'gray-white' &&
|
||||||
'text-greyscale-6 hover:bg-greyscale-2 border-none shadow-none disabled:opacity-50',
|
'text-greyscale-6 hover:bg-greyscale-2 border-none shadow-none disabled:opacity-50',
|
||||||
color === 'highlight-blue' &&
|
color === 'highlight-blue' &&
|
||||||
'text-highlight-blue disabled:bg-greyscale-2 border-none shadow-none',
|
'text-highlight-blue disabled:bg-greyscale-2 border-none shadow-none',
|
||||||
className
|
className
|
||||||
)}
|
)}
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
|
|
|
@ -13,7 +13,8 @@ export function TipButton(props: {
|
||||||
isCompact?: boolean
|
isCompact?: boolean
|
||||||
disabled?: boolean
|
disabled?: boolean
|
||||||
}) {
|
}) {
|
||||||
const { tipAmount, totalTipped, userTipped, isCompact, onClick, disabled } = props
|
const { tipAmount, totalTipped, userTipped, isCompact, onClick, disabled } =
|
||||||
|
props
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Tooltip
|
<Tooltip
|
||||||
|
|
Loading…
Reference in New Issue
Block a user