diff --git a/webapp/channels/src/components/__snapshots__/get_link_modal.test.tsx.snap b/webapp/channels/src/components/__snapshots__/get_link_modal.test.tsx.snap index c3c03451a49..6372fda945c 100644 --- a/webapp/channels/src/components/__snapshots__/get_link_modal.test.tsx.snap +++ b/webapp/channels/src/components/__snapshots__/get_link_modal.test.tsx.snap @@ -60,7 +60,7 @@ exports[`components/GetLinkModal should have called onHide 1`] = ` componentClass="div" > diff --git a/webapp/channels/src/components/create_team/components/display_name.tsx b/webapp/channels/src/components/create_team/components/display_name.tsx index cca27aabffa..c47ce84024a 100644 --- a/webapp/channels/src/components/create_team/components/display_name.tsx +++ b/webapp/channels/src/components/create_team/components/display_name.tsx @@ -8,8 +8,6 @@ import type {Team} from '@mattermost/types/teams'; import {trackEvent} from 'actions/telemetry_actions.jsx'; -import NextIcon from 'components/widgets/icons/fa_next_icon'; - import logoImage from 'images/logo.png'; import Constants from 'utils/constants'; import {cleanUpUrlable} from 'utils/url'; @@ -150,7 +148,7 @@ export default class TeamSignupDisplayNamePage extends React.PureComponent - + diff --git a/webapp/channels/src/components/create_user_groups_modal/__snapshots__/create_user_groups_modal.test.tsx.snap b/webapp/channels/src/components/create_user_groups_modal/__snapshots__/create_user_groups_modal.test.tsx.snap index 38fb416e91f..21cec084bff 100644 --- a/webapp/channels/src/components/create_user_groups_modal/__snapshots__/create_user_groups_modal.test.tsx.snap +++ b/webapp/channels/src/components/create_user_groups_modal/__snapshots__/create_user_groups_modal.test.tsx.snap @@ -38,7 +38,7 @@ exports[`component/create_user_groups_modal should match snapshot with back butt > diff --git a/webapp/channels/src/components/new_channel_modal/new_channel_modal.test.tsx b/webapp/channels/src/components/new_channel_modal/new_channel_modal.test.tsx index 441ac95fdb5..b23e5eed73a 100644 --- a/webapp/channels/src/components/new_channel_modal/new_channel_modal.test.tsx +++ b/webapp/channels/src/components/new_channel_modal/new_channel_modal.test.tsx @@ -161,11 +161,11 @@ describe('components/new_channel_modal', () => { const cancelButton = screen.getByText('Cancel'); expect(cancelButton).toBeInTheDocument(); - expect(cancelButton).toHaveClass('GenericModal__button cancel'); + expect(cancelButton).toHaveClass('btn-tertiary'); const createChannelButton = screen.getByText('Create channel'); expect(createChannelButton).toBeInTheDocument(); - expect(createChannelButton).toHaveClass('GenericModal__button confirm'); + expect(createChannelButton).toHaveClass('btn-primary'); expect(createChannelButton).toBeDisabled(); }); diff --git a/webapp/channels/src/components/onboarding_tasklist/onboarding_tasklist.tsx b/webapp/channels/src/components/onboarding_tasklist/onboarding_tasklist.tsx index 3b7da5a2a43..81fd7b70f43 100644 --- a/webapp/channels/src/components/onboarding_tasklist/onboarding_tasklist.tsx +++ b/webapp/channels/src/components/onboarding_tasklist/onboarding_tasklist.tsx @@ -127,7 +127,7 @@ const Button = styled.button<{open: boolean}>(({open}) => { }); const PlayButton = styled.button` - padding: 10px 20px; + padding: 10px 0; max-width: 175px; background: var(--button-bg); border-radius: 4px; diff --git a/webapp/channels/src/components/post_edit_history/__snapshots__/post_edit_history.test.tsx.snap b/webapp/channels/src/components/post_edit_history/__snapshots__/post_edit_history.test.tsx.snap index 303ff4f2104..935a50b2941 100644 --- a/webapp/channels/src/components/post_edit_history/__snapshots__/post_edit_history.test.tsx.snap +++ b/webapp/channels/src/components/post_edit_history/__snapshots__/post_edit_history.test.tsx.snap @@ -30,7 +30,7 @@ exports[`components/post_edit_history should display error screen if errors are class="pull-right" > { diff --git a/webapp/channels/src/components/user_group_popover/__snapshots__/user_group_popover.test.tsx.snap b/webapp/channels/src/components/user_group_popover/__snapshots__/user_group_popover.test.tsx.snap index 49d8b1afe59..f95af5999bf 100644 --- a/webapp/channels/src/components/user_group_popover/__snapshots__/user_group_popover.test.tsx.snap +++ b/webapp/channels/src/components/user_group_popover/__snapshots__/user_group_popover.test.tsx.snap @@ -194,12 +194,12 @@ exports[`component/user_group_popover should match snapshot 1`] = `