mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 10:02:32 +03:00
DmSettings: fix color
This commit is contained in:
parent
d4e5ecdbb8
commit
4a42bdc12c
@ -1,4 +1,5 @@
|
||||
import {
|
||||
Text,
|
||||
Col,
|
||||
Box,
|
||||
ManagedToggleSwitchField
|
||||
@ -24,9 +25,13 @@ export function DmSettings(props: { api: GlobalApi }) {
|
||||
return (
|
||||
<Col p="5" gapY="5" width="100%" height="100%">
|
||||
<Col gapY="1">
|
||||
<Box color="black" fontSize="2">Privacy</Box>
|
||||
<Box>
|
||||
<Text fontSize="2" >Privacy</Text>
|
||||
</Box>
|
||||
<Box fontSize="1" color="gray">
|
||||
Control other people's ability to message you
|
||||
<Text gray>
|
||||
Control other people's ability to message you
|
||||
</Text>
|
||||
</Box>
|
||||
</Col>
|
||||
<Col>
|
||||
|
Loading…
Reference in New Issue
Block a user