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:
parent
6ab54c968b
commit
bc19a298f8
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
font: var(--font-body-medium);
|
||||
}
|
||||
|
||||
.hightlight {
|
||||
.highlight {
|
||||
color: var(--color-primary-50);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue