mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-25 20:26:36 +00:00
patch: fixed style of diag button
This commit is contained in:
parent
0089fec943
commit
cbbf99259d
@ -153,15 +153,25 @@ export function SettingsModal({ toggleModal }: SettingsModalProps) {
|
|||||||
style={{ marginRight: 8 }}
|
style={{ marginRight: 8 }}
|
||||||
/>
|
/>
|
||||||
<Txt style={{ borderBottom: '1px solid #00aeef' }}>{version}</Txt>
|
<Txt style={{ borderBottom: '1px solid #00aeef' }}>{version}</Txt>
|
||||||
<br />
|
</Flex>
|
||||||
<Button
|
<Flex
|
||||||
icon={<FontAwesomeIcon icon={faChartBar} />}
|
mt={18}
|
||||||
|
alignItems="center"
|
||||||
|
color="#00aeef"
|
||||||
|
style={{
|
||||||
|
width: 'fit-content',
|
||||||
|
cursor: 'pointer',
|
||||||
|
fontSize: 14,
|
||||||
|
}}
|
||||||
onClick={() => openDiagFrame()}
|
onClick={() => openDiagFrame()}
|
||||||
plain
|
|
||||||
size="small"
|
|
||||||
>
|
>
|
||||||
Run self-test
|
<FontAwesomeIcon
|
||||||
</Button>
|
icon={faChartBar}
|
||||||
|
height="1em"
|
||||||
|
fill="currentColor"
|
||||||
|
style={{ marginRight: 8 }}
|
||||||
|
/>
|
||||||
|
<Txt style={{ borderBottom: '1px solid #00aeef' }}>Run self-test</Txt>
|
||||||
</Flex>
|
</Flex>
|
||||||
</Flex>
|
</Flex>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user