0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-24 22:05:56 -05:00

fix(console): typo (#810)

This commit is contained in:
Xiao Yijun 2022-05-13 08:52:40 +08:00 committed by GitHub
parent 6ab54c968b
commit bc19a298f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
font: var(--font-body-medium);
}
.hightlight {
.highlight {
color: var(--color-primary-50);
}
}

View file

@ -67,7 +67,7 @@ const DeleteForm = ({ id, name, onClose }: Props) => {
t={t}
i18nKey="application_details.delete_description"
values={{ name }}
components={{ span: <span className={styles.hightlight} /> }}
components={{ span: <span className={styles.highlight} /> }}
/>
</div>
<TextInput