From 7f11168b25afe0ab1b754e5fd04aaa9def1bfe2e Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Tue, 9 Dec 2025 02:09:56 +0000 Subject: [PATCH] Updated App.css to include new styles for picker components and adjusted button width for outlined variant. --- assets/stylesheets/App.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/assets/stylesheets/App.css b/assets/stylesheets/App.css index a578fae..d5447a4 100644 --- a/assets/stylesheets/App.css +++ b/assets/stylesheets/App.css @@ -28,7 +28,12 @@ .ant-select, .ant-progress, .ant-collapse, +.ant-picker-dropdown, .ant-radio-group, +.g2-tooltip-title, +.g2-tooltip-list-item, +.ant-picker-input, +.ant-picker-header-view button, [class*=' ant-radio'] { font-family: 'DM Sans'; } @@ -391,3 +396,7 @@ body { .object-info-descriptions table { table-layout: fixed !important; } + +.ant-btn-variant-outlined.ant-btn.ant-btn-icon-only { + min-width: 32px; +}