clr
Browse files
src/lib/components/Layout/TabBar.svelte
CHANGED
|
@@ -98,6 +98,7 @@
|
|
| 98 |
}
|
| 99 |
|
| 100 |
.tab-item.active .tab-icon {
|
|
|
|
| 101 |
opacity: 1;
|
| 102 |
}
|
| 103 |
|
|
|
|
| 98 |
}
|
| 99 |
|
| 100 |
.tab-item.active .tab-icon {
|
| 101 |
+
filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(192deg) brightness(104%) contrast(97%);
|
| 102 |
opacity: 1;
|
| 103 |
}
|
| 104 |
|