feat: refactor button with new design (#3343)

This commit is contained in:
Qi
2023-07-21 19:07:28 +08:00
committed by GitHub
parent a4f60f22cf
commit 439ef1ba90
42 changed files with 665 additions and 473 deletions
@@ -14,8 +14,7 @@ export const Footer: FC = () => {
<StyledFooter data-testid="workspace-list-modal-footer">
<StyledSignInButton
data-testid="sign-in-button"
noBorder
bold
type="plain"
icon={
<div className="circle">
<CloudWorkspaceIcon />
@@ -50,8 +50,6 @@ export const ShortcutsModal = ({ open, onClose }: ModalProps) => {
<ModalCloseButton
top={6}
right={6}
size={[24, 24]}
iconSize={[15, 15]}
onClick={() => {
onClose();
}}