From fa9c523d399d5bc744ece40cb784a0f50d630e86 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Fri, 17 Dec 2021 16:23:39 -0600 Subject: [PATCH] Increase font size of last step of link flow --- stylesheets/components/InstallScreenLinkInProgressStep.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stylesheets/components/InstallScreenLinkInProgressStep.scss b/stylesheets/components/InstallScreenLinkInProgressStep.scss index 61316ea30..622bc7299 100644 --- a/stylesheets/components/InstallScreenLinkInProgressStep.scss +++ b/stylesheets/components/InstallScreenLinkInProgressStep.scss @@ -8,13 +8,14 @@ text-align: center; h1 { - @include font-body-1-bold; + @include font-title-2; margin-top: 18px; } h2 { - @include font-subtitle; + @include font-body-1; font-weight: normal; + margin-block-start: 0; @include light-theme { color: $color-gray-60;