fix: remove unused css declaration and prop
This commit is contained in:
parent
f9d219c40e
commit
cda1eec0a8
|
@ -12,7 +12,7 @@ export default function SubscribeButton() {
|
|||
|
||||
return (
|
||||
<>
|
||||
<CustomTag onClick={handleClick} iconDirection="left">
|
||||
<CustomTag onClick={handleClick}>
|
||||
<Typography variant="body3" className="subscribe-button-text">
|
||||
Subscribe
|
||||
</Typography>
|
||||
|
@ -26,7 +26,6 @@ export default function SubscribeButton() {
|
|||
}
|
||||
|
||||
const CustomTag = styled(Tag)`
|
||||
gap: 0 8px;
|
||||
padding: 4px 12px;
|
||||
background-color: rgb(var(--lsd-surface-secondary));
|
||||
|
||||
|
|
Loading…
Reference in New Issue