add will-change

This commit is contained in:
BenOsodrac
2025-05-06 18:42:54 +01:00
parent aadc454cd7
commit f49e8b3074

View File

@@ -31,15 +31,16 @@
--background-activated: transparent;
flex: 1;
transition: color 0.3s ease;
background-color: transparent;
transition: color 0.3s ease;
will-change: color;
z-index: 1;
}
::slotted(ion-button.active) {
color: #fff;
}
// ButtonGroup Shapes