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