From 5a47f977f122e8456bd48be0f1c886d0b9a10d58 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:39:17 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- vizro-core/src/vizro/static/css/aggrid.css | 2 +- vizro-core/src/vizro/static/css/bootstrap_overwrites.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vizro-core/src/vizro/static/css/aggrid.css b/vizro-core/src/vizro/static/css/aggrid.css index ba48cef32..286e28d0b 100644 --- a/vizro-core/src/vizro/static/css/aggrid.css +++ b/vizro-core/src/vizro/static/css/aggrid.css @@ -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 { diff --git a/vizro-core/src/vizro/static/css/bootstrap_overwrites.css b/vizro-core/src/vizro/static/css/bootstrap_overwrites.css index bd2bcf860..f52ba1201 100644 --- a/vizro-core/src/vizro/static/css/bootstrap_overwrites.css +++ b/vizro-core/src/vizro/static/css/bootstrap_overwrites.css @@ -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; @@ -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;