Skip to content

Commit 113afd7

Browse files
committed
Make react-native-windows visible again
1 parent 338289a commit 113afd7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/components/common/Settings.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { useState } from 'react'
2-
import { Popover, Button, Checkbox, Radio } from 'antd'
2+
import { Popover, Button, Checkbox, Radio, Typography } from 'antd'
33
import { SHOW_LATEST_RCS } from '../../utils'
44
import styled from '@emotion/styled'
55
import { WindowsFilled } from '@ant-design/icons'
@@ -90,10 +90,9 @@ const Settings = ({
9090
setNewLanguage(e.target.value)
9191
}}
9292
>
93-
<span style={{ marginRight: 10 }}>
93+
<Typography.Text style={{ marginRight: 10 }}>
9494
react-native-windows
95-
<WindowsFilled style={{ margin: 5 }} />
96-
</span>
95+
</Typography.Text>
9796
<Radio.Button value="cpp">C++</Radio.Button>
9897
<Radio.Button value="cs">C#</Radio.Button>
9998
</Radio.Group>

0 commit comments

Comments
 (0)