Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 19, 2024
1 parent 4d07ec0 commit 5a47f97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vizro-core/src/vizro/static/css/aggrid.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

#dashboard-container .ag-filter-apply-panel {
justify-content: flex-start;
padding: 0.5rem 0 0.75rem 0;
padding: 0.5rem 0 0.75rem;
}

#dashboard-container .ag-filter-condition {
Expand Down
4 changes: 2 additions & 2 deletions vizro-core/src/vizro/static/css/bootstrap_overwrites.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* This file contains overwrites, which we want to have as defaults for vizro
but do not want to take over to `vizro-bootstrap` as these settings might not be generic enough. */
[data-bs-theme="dark"] {;
[data-bs-theme="dark"] {
--dropdown-label-bg: var(--primary-800);
--right-side-bg: var(--surfaces-bg03);
--text-code-string: #95c2e7;
Expand All @@ -11,7 +11,7 @@ but do not want to take over to `vizro-bootstrap` as these settings might not be
--slider-rail-bg: var(--primary-100);
}

[data-bs-theme="light"] {;
[data-bs-theme="light"] {
--dropdown-label-bg: var(--primary-300);
--right-side-bg: var(--surfaces-bg01);
--text-code-string: #0a3069;
Expand Down

0 comments on commit 5a47f97

Please sign in to comment.