diff --git a/webapp/channels/src/components/channel_invite_modal/team_warning_banner/__snapshots__/team_warning_banner.test.tsx.snap b/webapp/channels/src/components/channel_invite_modal/team_warning_banner/__snapshots__/team_warning_banner.test.tsx.snap index d0b9b199c2..3e4708cc2b 100644 --- a/webapp/channels/src/components/channel_invite_modal/team_warning_banner/__snapshots__/team_warning_banner.test.tsx.snap +++ b/webapp/channels/src/components/channel_invite_modal/team_warning_banner/__snapshots__/team_warning_banner.test.tsx.snap @@ -567,7 +567,7 @@ exports[`components/channel_invite_modal/team_warning_banner should match snapsh > , 'overlay'>) => { diff --git a/webapp/channels/src/components/widgets/users/avatars/__snapshots__/avatars.test.tsx.snap b/webapp/channels/src/components/widgets/users/avatars/__snapshots__/avatars.test.tsx.snap index c60ea6c672..58395a11b5 100644 --- a/webapp/channels/src/components/widgets/users/avatars/__snapshots__/avatars.test.tsx.snap +++ b/webapp/channels/src/components/widgets/users/avatars/__snapshots__/avatars.test.tsx.snap @@ -114,7 +114,7 @@ exports[`components/widgets/users/Avatars should fetch missing users 1`] = ` button { + transition: all 100ms ease-in-out; + &:not(:first-child) { margin-left: var(--offset); } @@ -50,7 +52,8 @@ &:hover, &:focus { z-index: 1; - filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.08)); + box-shadow: var(--elevation-2); + transform: scale(1.2); } }