style: animate gear changes

This commit is contained in:
Youwen Wu 2024-02-26 00:59:02 -08:00
parent 72a0b6f6ca
commit 3c7584cecf

View file

@ -18,6 +18,6 @@
<style lang="postcss">
.highlighted {
@apply text-white;
@apply text-white transition-colors duration-300;
}
</style>