fix: tooltip button line-height
This commit is contained in:
parent
22dedf1a03
commit
ce61f5dc6c
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ const SupportLinkButton = ({ link, label }) => {
|
|||
rel="noopener noreferrer"
|
||||
href={link}>
|
||||
<ActionButton
|
||||
className="mb-8"
|
||||
className="mb-8 leading-none"
|
||||
color="primary"
|
||||
Icon={LinkIcon}
|
||||
InverseIcon={InverseLinkIcon}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue