Skip to content

Commit

Permalink
fix: add background-color transition
Browse files Browse the repository at this point in the history
  • Loading branch information
toshusai committed Jan 24, 2024
1 parent bc88443 commit 6d9be1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/DropdownSelector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const DropdownButton = styled.button<{ invalid?: boolean }>`
background-color: var(--charcoal-surface3);
border-radius: 4px;
transition: 0.2s box-shadow;
transition: 0.2s box-shadow, 0.2s background-color;
&:not(:disabled):not([aria-disabled]),
&[aria-disabled='false'] {
Expand Down

0 comments on commit 6d9be1a

Please sign in to comment.