Skip to content

Commit

Permalink
add animation on modal index select
Browse files Browse the repository at this point in the history
  • Loading branch information
markdavella committed Mar 21, 2024
1 parent b573c9b commit 9ed0b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/channel_config/PlexGridItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const PlexGridItem = forwardRef(
? theme.palette.grey[800]
: theme.palette.grey[400]
: 'transparent',
transition: 'background-color 10s ease',
transition: 'background-color 350ms linear !important',
...style,
}}
onClick={
Expand Down

0 comments on commit 9ed0b60

Please sign in to comment.