Skip to content

Commit ae2b158

Browse files
committed
chore: remove css
1 parent 4a23cb1 commit ae2b158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/AddCDButton/AddCDButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const TooltipContent = ({ tooltipContent }: TooltipContentProps) => {
2222
if (tooltipContent) {
2323
return (
2424
<div className="dc__white-space-pre-wrap">
25-
<p className="m-0 cn-0 fs-12 fw-6 lh-18">Click to add</p>
25+
<p className="m-0 fs-12 fw-6 lh-18">Click to add</p>
2626

2727
{tooltipContent}
2828
</div>

0 commit comments

Comments
 (0)