Revert "feat: updated "note editing disabled" design (#1033)"

This reverts commit cb6a81afd6.
This commit is contained in:
Mo
2022-05-19 07:21:01 -05:00
parent cb6a81afd6
commit 15f6b1ce13
3 changed files with 12 additions and 10 deletions

View File

@@ -167,7 +167,7 @@ const NoteSizeWarning: FunctionComponent<{
note: SNNote
}> = ({ note }) => {
return new Blob([note.text]).size > NOTE_SIZE_WARNING_THRESHOLD ? (
<div className="flex items-center px-3 py-3.5 relative bg-warning">
<div className="flex items-center px-3 py-3.5 relative bg-note-size-warning">
<Icon type="warning" className="color-accessory-tint-3 flex-shrink-0 mr-3" />
<div className="color-grey-0 select-none leading-140% max-w-80%">
This note may have trouble syncing to the mobile application due to its size.