Skip to content

Commit 418cede

Browse files
fix(firstMile/arduino): font size for "Note" (#5823)
1 parent 9abbe30 commit 418cede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/homepageExperience/components/steps/arduino/InitializeClient.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export const InitializeClient: FC<OwnProps> = ({
219219
onCopy={logCopyCodeSnippet}
220220
language="arduino"
221221
/>
222-
<p style={{fontSize: '14px', marginTop: '8px', marginBottom: '48px'}}>
222+
<p style={{marginBottom: '48px'}}>
223223
Note: you will need to set the{' '}
224224
<code className="homepage-wizard--code-highlight">WIFI_SSID</code> and{' '}
225225
<code className="homepage-wizard--code-highlight">WIFI_PASSWORD</code>{' '}

0 commit comments

Comments
 (0)