This commit is contained in:
Gerard Burns 2024-05-13 22:35:16 +01:00
parent 60f6553340
commit 5cee165db0
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@
</Section>
<Section>
<InfoWord icon="Alert" color="var(--red)" text="Not compatible" />
<span class="body">Imcompatible with the component.</span>
<span class="body">Incompatible with the component.</span>
</Section>
</Subject>

View File

@ -10,6 +10,7 @@
<style>
.block {
font-style: italic;
border-radius: 1px;
padding: 0px 5px 0px 3px;
border-radius: 1px;
background-color: var(--grey-3);