DmSettings: fix color

This commit is contained in:
Liam Fitzgerald 2021-06-02 14:34:15 +10:00
parent d4e5ecdbb8
commit 4a42bdc12c
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB

View File

@ -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&apos;s ability to message you
<Text gray>
Control other people&apos;s ability to message you
</Text>
</Box>
</Col>
<Col>