remove custom style and use tailwind
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Kamal Raj Sekar 2023-12-14 13:48:33 +00:00
parent 77925e6647
commit 3c97d73536

View File

@ -7,7 +7,7 @@ const HiddenNote = ({ children }: { children: React.ReactNode }) => {
return show ? (
children
) : (
<div className="card note hidden-note p0">
<div className="card note hidden-note p-0">
<div className="header">
<p>
<FormattedMessage defaultMessage="This note has been muted" id="qfmMQh" />