Fill chip media propotationally to confidence value (#156)

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
Reviewed-on: #156
This commit is contained in:
2024-03-27 19:20:10 -07:00
parent e8778f3e24
commit ecdf74a483
3 changed files with 5 additions and 3 deletions

View File

@@ -74,7 +74,7 @@
}
.demo-chip .chip-media {
background: conic-gradient(from 180deg, #00cc00 .75turn, #00000000 .75turn);
background: conic-gradient(from 135deg, #00cc00 .75turn, #00cc0088 .75turn) !important;
}
</style>