mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 22:03:50 +03:00
interface: increase font size to match base font
This commit is contained in:
parent
fb7db5244b
commit
c29608018b
@ -78,7 +78,7 @@ export const SetStatusBarModal = (props) => {
|
||||
p={1}
|
||||
color='black'
|
||||
cursor='pointer'
|
||||
fontSize={0}
|
||||
fontSize={1}
|
||||
onClick={() => setModalShown(true)}>
|
||||
Set Status
|
||||
</Row>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user