feat: leave channel

This commit is contained in:
zerosoul
2022-05-16 23:14:04 +08:00
parent d2c06d69b8
commit 4f6aad0406
12 changed files with 450 additions and 179 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import styled from "styled-components";
const StyledButton = styled.button`
cursor: pointer;
padding: 10px 18px;
padding: 8px 14px;
border: none;
box-sizing: border-box;
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
+10 -2
View File
@@ -6,6 +6,14 @@ const Styled = styled.div`
border-radius: 8px;
background-color: #fff;
min-width: 440px;
&.compact {
padding: 16px;
min-width: 406px;
.title,
.desc {
text-align: left;
}
}
.title {
text-align: center;
font-weight: 600;
@@ -19,10 +27,10 @@ const Styled = styled.div`
font-size: 14px;
line-height: 20px;
color: #6b7280;
padding-bottom: 32px;
margin-bottom: 8px;
}
.btns {
padding-top: 32px;
padding-top: 16px;
width: 100%;
display: flex;
justify-content: flex-end;