adjust external video button

This commit is contained in:
Ramon Souza 2022-06-06 14:33:15 -03:00
parent fe8ffbd2a5
commit 1c17e9ad95
2 changed files with 1 additions and 4 deletions

View File

@ -131,6 +131,7 @@ class ExternalVideoModal extends Component {
onClick={this.startWatchingHandler} onClick={this.startWatchingHandler}
disabled={startDisabled} disabled={startDisabled}
data-test="startNewVideo" data-test="startNewVideo"
color="primary"
/> />
</Styled.Content> </Styled.Content>
</Styled.ExternalVideoModal> </Styled.ExternalVideoModal>

View File

@ -9,8 +9,6 @@ import {
colorText, colorText,
colorGrayLighter, colorGrayLighter,
colorGray, colorGray,
colorWhite,
colorLink,
colorBlueLight, colorBlueLight,
colorPrimary, colorPrimary,
} from '/imports/ui/stylesheets/styled-components/palette'; } from '/imports/ui/stylesheets/styled-components/palette';
@ -120,8 +118,6 @@ const StartButton = styled(Button)`
display: block; display: block;
position: absolute; position: absolute;
bottom: 20px; bottom: 20px;
color: ${colorWhite} !important;
background-color: ${colorLink} !important;
`; `;
export default { export default {