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