This commit is contained in:
Michael Telatynski
2025-05-19 12:19:30 +01:00
parent a81bbd9b9c
commit b4aa07c385
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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`
+1 -1
View File
@@ -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",