Skip to content

Commit

Permalink
Fix collapse bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Nov 20, 2024
1 parent 1277f11 commit b52fb72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions vizro-core/src/vizro/static/css/bootstrap_overwrites.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ but do not want to take over to `vizro-bootstrap` as these settings might not be
--text-code-type: #f69d50;
--text-code-literal: #6bb5fd;
--slider-rail-bg: var(--primary-100);
--collapse-icon-bg: var(--primary-500);
}

[data-bs-theme="light"] {
Expand All @@ -21,6 +22,7 @@ but do not want to take over to `vizro-bootstrap` as these settings might not be
--text-code-literal: #005cc5;
--fill-icon-image-card: invert(64%) sepia(0%) saturate(1375%);
--slider-rail-bg: var(--primary-900);
--collapse-icon-bg: var(--primary-100);
}

.card .nav-link {
Expand Down
2 changes: 1 addition & 1 deletion vizro-core/src/vizro/static/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
}

#collapse-icon.material-symbols-outlined {
background-color: var(--bs-tooltip-bg);
background-color: var(--collapse-icon-bg);
border-radius: 50%;
color: var(--text-disabled);
cursor: pointer;
Expand Down

0 comments on commit b52fb72

Please sign in to comment.