mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +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 }}
|
||||
/>
|
||||
<Txt style={{ borderBottom: '1px solid #00aeef' }}>{version}</Txt>
|
||||
<br />
|
||||
<Button
|
||||
icon={<FontAwesomeIcon icon={faChartBar} />}
|
||||
onClick={() => openDiagFrame()}
|
||||
plain
|
||||
size="small"
|
||||
>
|
||||
Run self-test
|
||||
</Button>
|
||||
</Flex>
|
||||
<Flex
|
||||
mt={18}
|
||||
alignItems="center"
|
||||
color="#00aeef"
|
||||
style={{
|
||||
width: 'fit-content',
|
||||
cursor: 'pointer',
|
||||
fontSize: 14,
|
||||
}}
|
||||
onClick={() => openDiagFrame()}
|
||||
>
|
||||
<FontAwesomeIcon
|
||||
icon={faChartBar}
|
||||
height="1em"
|
||||
fill="currentColor"
|
||||
style={{ marginRight: 8 }}
|
||||
/>
|
||||
<Txt style={{ borderBottom: '1px solid #00aeef' }}>Run self-test</Txt>
|
||||
</Flex>
|
||||
</Flex>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user