Skip to content

Commit a869cbc

Browse files
committedJul 4, 2024·
chore: help text size
1 parent b463d38 commit a869cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/pages/options/sections/options/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export default class Options extends React.Component<OptionsProps, OptionsState>
152152
main={
153153
<div>
154154
<Typography.Text strong style={{ display: 'block' }}>{label}</Typography.Text>
155-
{help && <Typography.Text type="quaternary">{help}</Typography.Text>}
155+
{help && <Typography.Text type="quaternary" style={{ fontSize: '12px' }}>{help}</Typography.Text>}
156156
</div>
157157
}
158158
extra={

0 commit comments

Comments
 (0)
Please sign in to comment.