This commit is contained in:
sairaj mote 2023-08-24 04:59:56 +05:30
parent c5659f0cb9
commit 9254e6f98b
2 changed files with 3 additions and 3 deletions

View File

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

File diff suppressed because one or more lines are too long