feedback
This commit is contained in:
parent
60f6553340
commit
5cee165db0
|
@ -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>
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue