adjust external video button
This commit is contained in:
parent
fe8ffbd2a5
commit
1c17e9ad95
@ -131,6 +131,7 @@ class ExternalVideoModal extends Component {
|
||||
onClick={this.startWatchingHandler}
|
||||
disabled={startDisabled}
|
||||
data-test="startNewVideo"
|
||||
color="primary"
|
||||
/>
|
||||
</Styled.Content>
|
||||
</Styled.ExternalVideoModal>
|
||||
|
@ -9,8 +9,6 @@ import {
|
||||
colorText,
|
||||
colorGrayLighter,
|
||||
colorGray,
|
||||
colorWhite,
|
||||
colorLink,
|
||||
colorBlueLight,
|
||||
colorPrimary,
|
||||
} from '/imports/ui/stylesheets/styled-components/palette';
|
||||
@ -120,8 +118,6 @@ const StartButton = styled(Button)`
|
||||
display: block;
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
color: ${colorWhite} !important;
|
||||
background-color: ${colorLink} !important;
|
||||
`;
|
||||
|
||||
export default {
|
||||
|
Loading…
Reference in New Issue
Block a user