style: delete form.text class text-muted

This commit is contained in:
shuai 2023-08-23 15:42:42 +08:00
parent 1e1258d865
commit aa19d07c34
3 changed files with 4 additions and 7 deletions

View File

@ -85,7 +85,7 @@ const QuestionList: FC<Props> = ({
</NavLink>
</h5>
<div className="d-flex flex-column flex-md-row align-items-md-center small mb-2 text-secondary">
<div className="d-flex flex-nowrap">
<div className="d-flex">
<BaseUserCard
data={li.operator}
showAvatar={false}

View File

@ -365,10 +365,7 @@ const SchemaForm: ForwardRefRenderFunction<FormRef, FormProps> = (
{fieldState?.errorMsg}
</Form.Control.Feedback>
{description ? (
<Form.Text
className="text-muted"
dangerouslySetInnerHTML={{ __html: description }}
/>
<Form.Text dangerouslySetInnerHTML={{ __html: description }} />
) : null}
</Form.Group>
);

View File

@ -355,7 +355,7 @@ const Index: React.FC = () => {
className="me-3 rounded"
alt={formData.display_name.value}
/>
<Form.Text className="text-muted mt-1">
<Form.Text className="mt-1">
<span>{t('avatar.gravatar_text')}</span>
<a
href={
@ -399,7 +399,7 @@ const Index: React.FC = () => {
</Button>
</ButtonGroup>
</Stack>
<Form.Text className="text-muted mt-1">
<Form.Text className="mt-1">
<Trans i18nKey="settings.profile.avatar.text">
You can upload your image.
</Trans>