Change color of tagging component in admin/customers page

This commit is contained in:
Jean-Baptiste Bellet
2023-09-07 16:00:19 +02:00
parent 2fd5390374
commit 705ec5e5f8

View File

@@ -102,7 +102,7 @@ tags-input .tags li.tag-item {
border-radius: 3px;
margin: 2px 0 2px 3px;
background-image: none;
background-color: #5fa5e8;
background-color: $teal;
border: none;
box-shadow: none;
color: white !important;