From f186c2e6f08d188772f81c364b57fd3bd8f8865e Mon Sep 17 00:00:00 2001 From: gillyb <1319502+gillyb@users.noreply.github.com> Date: Fri, 3 Jan 2025 16:43:15 +0000 Subject: [PATCH] feat: change padding on welcome banner (COR-4248) (#479) **Fixes or implements VF-XXX** ### Brief description. What is this change? ### Implementation details. How do you make this change? ### Setup information ### Deployment Notes ### Related PRs - https://github.com/voiceflow/XXXXXXXXX/pull/123 ### Checklist - [ ] Breaking changes have been communicated, including: - New required environment variables - Renaming of interfaces (API routes, request/response interface, etc) - [ ] New environment variables have [been deployed](https://www.notion.so/voiceflow/Add-Environment-Variables-be1b0136479f45f1adece7995a7adbfb) - [ ] Appropriate tests have been written - Bug fixes are accompanied by an updated or new test - New features are accompanied by a new test --- .../chat/src/components/WelcomeMessage/WelcomeMessage.css.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/chat/src/components/WelcomeMessage/WelcomeMessage.css.ts b/packages/chat/src/components/WelcomeMessage/WelcomeMessage.css.ts index a66b660d0..3d997aaa0 100644 --- a/packages/chat/src/components/WelcomeMessage/WelcomeMessage.css.ts +++ b/packages/chat/src/components/WelcomeMessage/WelcomeMessage.css.ts @@ -51,7 +51,7 @@ export const avatarContainer = style({ }); export const welcomeMessageTitle = style({ - marginBottom: '2px', + marginBottom: '3px', fontSize: '22px', fontWeight: 700, color: COLORS.NEUTRAL_DARK[900],