From 3e87d83ae8e624981b67ea5fa4913be351582ac6 Mon Sep 17 00:00:00 2001 From: utin-francis-peter Date: Tue, 5 Nov 2024 21:50:42 +0100 Subject: [PATCH] chore: adjusted spacing in source bubble --- extensions/react-widget/src/components/QuerySources.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extensions/react-widget/src/components/QuerySources.tsx b/extensions/react-widget/src/components/QuerySources.tsx index 504bb917..edb7fc0c 100644 --- a/extensions/react-widget/src/components/QuerySources.tsx +++ b/extensions/react-widget/src/components/QuerySources.tsx @@ -4,7 +4,7 @@ import { ExternalLinkIcon, FileTextIcon } from '@radix-ui/react-icons' const SourcesWrapper = styled.div` -padding: 12px; +padding: 8px; margin-left: 4px; margin-bottom: 0.75rem; display: flex; @@ -46,7 +46,8 @@ flex-direction: column; justify-content: space-between; border-radius: 1.25rem; background-color: ${props =>props.theme.secondary.bg}; -padding: 1rem; +padding-left: 0.75rem; +padding-right: 0.75rem; color:${props => props.theme.text}; transform: background-color .2s, color .2s;