docs(tag): colorful demo css style (#7037)

This commit is contained in:
Konv Suu 2023-10-22 21:13:49 -05:00 committed by GitHub
parent bfcdba251f
commit 82f407d396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ We preset a series of colorful tag styles for use in different situations. You c
<a-tag color="blue">blue</a-tag>
<a-tag color="purple">purple</a-tag>
</div>
<h4 style="margin: '16px 0'">Custom:</h4>
<h4 style="margin: 16px 0">Custom:</h4>
<div>
<a-tag color="#f50">#f50</a-tag>
<a-tag color="#2db7f5">#2db7f5</a-tag>