Making theme color more prominent

This commit is contained in:
Fabian
2019-06-01 12:41:59 +02:00
parent b54fbe2059
commit cb6d5cd944
3 changed files with 5 additions and 5 deletions

View File

@ -65,7 +65,7 @@ export class Footer extends Component<{}, { synced: boolean, syncing: boolean }>
Welcome <b>{Notes.name}</b>
</span>
<span style="color: lightgrey;">
v1.0
v1.1
</span>
</footer>
}