Skip to content

Commit

Permalink
fix(core): hover text when remove product button is loading
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemoya committed Jun 3, 2024
1 parent 70a7f96 commit f473265
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hip-hornets-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bigcommerce/catalyst-core": patch
---

Show correct color of remove button when in loading state.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const RemoveFromCartButton = () => {

return (
<Button
className="w-auto items-center p-0 text-primary hover:bg-transparent disabled:text-primary"
className="w-auto items-center p-0 text-primary hover:bg-transparent disabled:text-primary disabled:hover:text-primary"
loading={pending}
loadingText={t('spinnerText')}
type="submit"
Expand Down

0 comments on commit f473265

Please sign in to comment.