refactor: organize utility classes into specific files (#1041)

This commit is contained in:
Aman Harwara
2022-05-23 20:21:45 +05:30
committed by GitHub
parent 079140eb92
commit 45785ad401
13 changed files with 729 additions and 766 deletions

View File

@@ -24,7 +24,7 @@ export const NoAccountWarning = observer(({ appState }: Props) => {
}, [appState])
return (
<div className="mt-5 p-4 rounded-md shadow-sm grid grid-template-cols-1fr">
<div className="mt-4 p-4 rounded-md shadow-sm grid grid-template-cols-1fr">
<h1 className="sk-h3 m-0 font-semibold">Data not backed up</h1>
<p className="m-0 mt-1 col-start-1 col-end-3">Sign in or register to back up your notes.</p>
<button className="sn-button small info mt-3 col-start-1 col-end-3 justify-self-start" onClick={showAccountMenu}>