interface: increase font size to match base font

This commit is contained in:
Logan Allen 2021-02-04 15:14:29 -06:00
parent fb7db5244b
commit c29608018b
2 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ export const SetStatusBarModal = (props) => {
p={1}
color='black'
cursor='pointer'
fontSize={0}
fontSize={1}
onClick={() => setModalShown(true)}>
Set Status
</Row>

View File

@ -113,7 +113,7 @@ const StatusBar = (props) => {
p={1}
color='black'
cursor='pointer'
fontSize={0}
fontSize={1}
onClick={() => props.history.push(`/~profile/~${ship}`)}>
View Profile
</Row>
@ -125,7 +125,7 @@ const StatusBar = (props) => {
p={1}
color='black'
cursor='pointer'
fontSize={0}
fontSize={1}
onClick={() => props.history.push('/~settings')}>
System Settings
</Row>