adjust external video button
This commit is contained in:
parent
fe8ffbd2a5
commit
1c17e9ad95
@ -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>
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user