styles: fix button classes

This commit is contained in:
Antonella Sgarlatta
2021-05-13 14:26:12 -03:00
parent 5f654f8ebb
commit bc10fbf788
8 changed files with 24 additions and 24 deletions

View File

@@ -17,7 +17,7 @@ const NoAccountWarning = observer(({ appState }: Props) => {
Sign in or register to back up your notes.
</p>
<button
className="sn-button info mt-3 col-start-1 col-end-3 justify-self-start"
className="sn-button small info mt-3 col-start-1 col-end-3 justify-self-start"
onClick={(event) => {
event.stopPropagation();
appState.accountMenu.setShow(true);