Skip to content

Commit

Permalink
style fix accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiral-Memory committed Jul 2, 2024
1 parent 15aa4d3 commit 9647fad
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export function ConnectionRequest() {
)}
</MotionCardList>
</Layout.Content>
<Box.Flex css={styles.disclaimer} justify="center" align={'flex-end'}>
<Box.Flex css={styles.disclaimer} justify="flex-start" align={'flex-end'}>
<Text fontSize="sm" as={'h2'} className="warning">
Only connect with sites you trust.
</Text>
Expand Down Expand Up @@ -171,6 +171,7 @@ const styles = {
}),
disclaimer: cssObj({
pt: '$1',
ml: '$4',
}),
header: cssObj({
display: 'flex',
Expand Down

0 comments on commit 9647fad

Please sign in to comment.