Skip to content

Commit

Permalink
feat: improve layout of FilterList component by adjusting text alignm…
Browse files Browse the repository at this point in the history
…ent and styling
  • Loading branch information
D3nnis38 committed Dec 4, 2024
1 parent 07bd059 commit e843d6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const FilterList: FC<FilterListProps> = ({
<Styled.TopRightContainer>
<Lock />
{' '}
<p style={{ alignContent: 'center' }}>Konto är privat, ingen data delas</p>
<p>Konto är privat, ingen data delas</p>
</Styled.TopRightContainer>
)}
{showExportButton && (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ export const TopRightContainer = styled.div`
display: flex;
align-content: end;
gap: 10px;
align-items: center;
`;

0 comments on commit e843d6f

Please sign in to comment.