fix(a11y): solid color for secondary text (#148)
This commit is contained in:
parent
730eeca5b2
commit
e45ecf55f2
19 changed files with 36 additions and 32 deletions
|
@ -27,7 +27,7 @@ const handleClick = (evt: MouseEvent) => {
|
|||
<div text-15px>
|
||||
<slot />
|
||||
</div>
|
||||
<div text-3 text="gray/90">
|
||||
<div text-3 text-secondary>
|
||||
<slot name="description">
|
||||
<p v-if="description">
|
||||
{{ description }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue