Skip to content

Commit

Permalink
Fix banners
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Jan 24, 2025
1 parent 4087b9e commit bea9116
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vizro-ai/examples/dashboard_ui/assets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
background: var(--text-primary);
border-top-left-radius: 8px;
bottom: 0;
color: var(--text-primary-inverted);
color: var(--text-primary-inverted) !important;
display: flex;
font-size: 0.8rem;
font-weight: 500;
Expand Down
2 changes: 1 addition & 1 deletion vizro-core/examples/dev/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
background: var(--text-primary);
border-top-left-radius: 8px;
bottom: 0;
color: var(--text-primary-inverted);
color: var(--text-primary-inverted) !important;
display: flex;
font-size: 0.8rem;
font-weight: 500;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ img[src*="#chart-icon"] {
background: var(--text-primary);
border-top-left-radius: 8px;
bottom: 0;
color: var(--text-primary-inverted);
color: var(--text-primary-inverted) !important;
display: flex;
font-size: 0.8rem;
font-weight: 500;
Expand Down

0 comments on commit bea9116

Please sign in to comment.