UI bug fix

This commit is contained in:
sairaj mote 2022-12-16 04:36:45 +05:30
parent bdcaef60c9
commit d773c9970a
2 changed files with 5 additions and 1 deletions

View File

@ -318,6 +318,10 @@ smChip.innerHTML = `
-webkit-tap-highlight-color: transparent;
background: var(--background,inherit);
}
.sm-chip[selected]{
background-color: var(--accent-color,teal);
color: rgba(var(--background-color, (255,255,255)), 1);
}
</style>
<span class="sm-chip" part="chip">
<slot></slot>

File diff suppressed because one or more lines are too long