mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: update HeroAction text decoration styles
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
@use '../../../css/utils';
|
||||
|
||||
.mdx-hero-action {
|
||||
&:hover,
|
||||
button:hover {
|
||||
&,
|
||||
* {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mdx-hero-action--large {
|
||||
|
||||
@@ -21,7 +21,11 @@ export const HeroAction: React.FC<HeroActionProps> = ({
|
||||
{...props}
|
||||
>
|
||||
<Button variant={variant} size={size}>
|
||||
<Typography variant="label1" style={{ color: 'inherit' }}>
|
||||
<Typography
|
||||
component="span"
|
||||
variant="label1"
|
||||
style={{ color: 'inherit' }}
|
||||
>
|
||||
{children}
|
||||
</Typography>
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user