update method of using Icons sidebar

This commit is contained in:
Dede Fuji Abdul
2023-10-26 16:27:08 +07:00
parent bcfa85cd32
commit a9553cee4c
4 changed files with 29 additions and 25 deletions

View File

@ -2779,6 +2779,10 @@ select {
fill: #fff;
}
.group:hover .group-hover\:fill-primary-500 {
fill: #035b71;
}
.group:hover .group-hover\:text-gray-500 {
--tw-text-opacity: 1;
color: rgb(107 114 128 / var(--tw-text-opacity));
@ -2794,6 +2798,11 @@ select {
color: rgb(17 24 39 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-primary-500 {
--tw-text-opacity: 1;
color: rgb(3 91 113 / var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-100 {
opacity: 1;
}