map: fix count bg color

pull/417/head
Varun Patil 2023-02-09 20:13:22 -08:00
parent efcf9a9e91
commit f278229cf6
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ export default defineComponent({
position: absolute;
top: 0;
right: 0;
background-color: var(--color-primary-default);
background-color: var(--color-primary);
color: var(--color-primary-text);
padding: 0 4px;
border-radius: 5px;