Skip to content

Commit

Permalink
fix: take transitioned gradient from legacy high priority button
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehenson committed Dec 12, 2024
1 parent 92db0e0 commit e57710c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/styles/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
}

.ui-button-priority-base {
@apply bg-gradient-active-orange hover:bg-gradient-to-r hover:from-orange-800 hover:to-orange-800 active:bg-gradient-to-r active:from-orange-800 active:to-orange-800 disabled:bg-none ui-button-disabled-base;
@apply bg-gradient-active-orange bg-[size:300%] hover:bg-right active:bg-right transition-[background-position] disabled:bg-none ui-button-disabled-base;
}

.ui-theme-dark .ui-button-priority-base {
@apply bg-gradient-active-orange hover:bg-gradient-to-r hover:from-orange-800 hover:to-orange-800 active:bg-gradient-to-r active:from-orange-800 active:to-orange-800 disabled:bg-none ui-button-disabled-base-dark;
@apply bg-gradient-active-orange bg-[size:300%] hover:bg-right active:bg-right transition-[background-position] disabled:bg-none ui-button-disabled-base-dark;
}

.ui-button-primary-base {
Expand Down

0 comments on commit e57710c

Please sign in to comment.