Skip to content

Commit

Permalink
fix: 💄 Make theme change transition important
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Dec 29, 2024
1 parent 357c9cb commit 4afe8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ body {
html.theme-changing * {
/* Stroke and fill aren't animatable */
transition: background 1s ease, border 1s ease, color 1s ease, box-shadow 1s ease;
transition: background 1s ease, border 1s ease, color 1s ease, box-shadow 1s ease !important;
}
</style>

0 comments on commit 4afe8fc

Please sign in to comment.