From fb41b58cd5e078f6948cce36192cbc789a7d196e Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Thu, 6 Mar 2025 09:56:48 +0000 Subject: [PATCH] Set font-size and line-height for upload modal (#24109) GitOrigin-RevId: 3544628aa616d2507b0b5d440a8bb087c0748748 --- .../frontend/stylesheets/bootstrap-5/pages/project-list.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/project-list.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/project-list.scss index 38e52c8db2..6f93dbf454 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/project-list.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/project-list.scss @@ -592,6 +592,8 @@ ul.project-list-filters { color: var(--neutral-60); white-space: pre-line; + @include body-base; + button.uppy-Dashboard-browse { @extend .btn; @extend .btn-lg;