Iterate
This commit is contained in:
@@ -32,7 +32,7 @@ const SidebarHeading = styled.div`
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: var(--cpd-space-5x); // TODO check
|
||||
margin-bottom: var(--cpd-space-5x);
|
||||
`;
|
||||
|
||||
const Trigger = styled.button`
|
||||
|
||||
@@ -7,7 +7,7 @@ Please see LICENSE files in the repository root for full details.
|
||||
|
||||
const theme = {
|
||||
textColor: "var(--cpd-color-text-primary)",
|
||||
subheadingColor: "var(--cpd-color-text-secondary)", // TODO
|
||||
subheadingColor: "var(--cpd-color-text-secondary)",
|
||||
bannerBackgroundColor: "var(--cpd-color-bg-canvas-default)",
|
||||
bannerHeight: "60px",
|
||||
triggerWidth: "68px",
|
||||
|
||||
Reference in New Issue
Block a user