Skip to content

Commit

Permalink
chore: help text size
Browse files Browse the repository at this point in the history
  • Loading branch information
sylingd committed Jul 4, 2024
1 parent b463d38 commit a869cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/options/sections/options/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default class Options extends React.Component<OptionsProps, OptionsState>
main={
<div>
<Typography.Text strong style={{ display: 'block' }}>{label}</Typography.Text>
{help && <Typography.Text type="quaternary">{help}</Typography.Text>}
{help && <Typography.Text type="quaternary" style={{ fontSize: '12px' }}>{help}</Typography.Text>}
</div>
}
extra={
Expand Down

0 comments on commit a869cbc

Please sign in to comment.