|
|
@@ -144,8 +144,7 @@ export default class TemplateInfo extends Component<PropsType, StateType> {
|
|
|
TemplateInfo.contextType = Context;
|
|
|
|
|
|
const Link = styled.a`
|
|
|
- text-decoration: underline;
|
|
|
- color: white;
|
|
|
+ color: #8590ff;
|
|
|
cursor: pointer;
|
|
|
margin-left: 5px;
|
|
|
`;
|
|
|
@@ -164,7 +163,7 @@ const Banner = styled.div`
|
|
|
border-radius: 5px;
|
|
|
padding-left: 15px;
|
|
|
align-items: center;
|
|
|
- background: #616FEEcc;
|
|
|
+ background: #ffffff11;
|
|
|
> i {
|
|
|
margin-right: 10px;
|
|
|
font-size: 18px;
|
|
|
@@ -226,7 +225,7 @@ const Flex = styled.div`
|
|
|
`;
|
|
|
|
|
|
const Button = styled.div`
|
|
|
- height: 100%;
|
|
|
+ height: 35px;
|
|
|
background: ${(props: { isDisabled: boolean }) => (!props.isDisabled ? '#616feecc' : '#aaaabb')};
|
|
|
:hover {
|
|
|
background: ${(props: { isDisabled: boolean }) => (!props.isDisabled ? '#505edddd' : '#aaaabb')};
|
|
|
@@ -243,8 +242,8 @@ const Button = styled.div`
|
|
|
align-items: center;
|
|
|
|
|
|
> img {
|
|
|
- width: 20px;
|
|
|
- height: 20px;
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
margin-right: 10px;
|