File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { type CtaIconLeftMarginType } from './Cta.types' ;
2
2
3
3
export const cta = 'group/cta transition-all' ;
4
- export const buttonBase = 'block font-normal w-fit no-underline hocus:underline' ;
4
+ export const buttonBase = 'block font-normal w-fit no-underline hocus:underline leading-tight ' ;
5
5
// hocus to plum dark gradient instead of solid plum dark to avoid a flash of white background on hocus
6
6
export const gradientButtonBase = 'bg-gradient-to-tr hocus:from-plum-dark hocus:to-plum-dark text-white hocus:text-white' ;
7
- export const textLinkBase = 'block font-semibold w-fit no-underline text-18 md:text-20' ;
7
+ export const textLinkBase = 'block font-semibold w-fit no-underline text-18 md:text-20 leading-tight ' ;
8
8
export const gradientTextLinkBase = 'bg-clip-text bg-gradient-to-tr text-transparent hocus:text-transparent' ;
9
9
10
10
// Maps to linkButtonStyle props in SbCtaLink. Only used for the Button style.
You can’t perform that action at this time.
0 commit comments