Add left margin for app names in app selector

Summary: Changelog: Add left margin for app names in app selector

Reviewed By: timur-valiev

Differential Revision: D33162189

fbshipit-source-id: 4eb1a565e5cbcdfb44b0dfcaa4b0988c8a69d200
This commit is contained in:
Andrey Goncharov
2021-12-17 05:00:35 -08:00
committed by Facebook GitHub Bot
parent 6a8135af38
commit af3757dcae

View File

@@ -213,7 +213,7 @@ function computeEntries(
onClick={() => {
onSelectApp(device, client);
}}>
<Radio value={client.id}>
<Radio value={client.id} style={{marginLeft: theme.space.large}}>
<ClientTitle client={client} />
</Radio>
</Menu.Item>