Skip to content

Commit

Permalink
style: minor adjustments in border-radius and spacings
Browse files Browse the repository at this point in the history
  • Loading branch information
utin-francis-peter committed Nov 10, 2024
1 parent 25feab9 commit a7aae3f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions extensions/react-widget/src/components/QuerySources.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ import { ExternalLinkIcon } from '@radix-ui/react-icons'


const SourcesWrapper = styled.div`
padding: 8px;
margin-left: 4px;
margin-bottom: 0.75rem;
margin: 4px;
display: flex;
flex-direction: column;
overflow: hidden;
Expand All @@ -16,8 +14,6 @@ const SourcesGrid = styled.div`
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0.5rem;
margin-left: 0.75rem;
margin-right: 1.25rem;
max-width: 90vw;
overflow-x: scroll;
Expand All @@ -31,10 +27,10 @@ cursor: pointer;
display: flex;
flex-direction: column;
justify-content: space-between;
border-radius: 1.25rem;
border-radius: 6px;
background-color: ${props =>props.theme.secondary.bg};
padding-left: 0.75rem;
padding-right: 0.75rem;
padding-left: 12px;
padding-right: 12px;
color:${props => props.theme.text};
transform: background-color .2s, color .2s;
Expand Down

0 comments on commit a7aae3f

Please sign in to comment.