Skip to content

Commit

Permalink
fix(imap): calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
ariunzayarin committed Sep 21, 2023
1 parent ef5fac9 commit 97e2d4f
Showing 1 changed file with 14 additions and 0 deletions.
Expand Up @@ -9,6 +9,20 @@ import styledTS from 'styled-components-ts';
const Content = styled.div`
padding: ${dimensions.unitSpacing}px ${dimensions.coreSpacing}px;
overflow: auto;
a {
&.primary-button-text {
color: #fff;
}
&.grey-button-text {
color: #5f6368;
}
span {
font-size: 14px;
cursor: pointer;
}
}
`;

const SmallContent = styledTS<{ toggle?: boolean }>(styled.div)`
Expand Down

0 comments on commit 97e2d4f

Please sign in to comment.