Skip to content

Commit a787b48

Browse files
authored
Merge pull request #1897 from oasisprotocol/lw/valign-verified
Vertically align verified label
2 parents f583e16 + fedf470 commit a787b48

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.changelog/1897.trivial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Vertically align verified label

src/app/components/common/StatusBadge.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const StyledBadge = styled(Box, {
4545
gap: 8,
4646
flexShrink: 0,
4747
justifyContent: 'center',
48+
alignItems: 'center',
4849
height: 28,
4950
fontSize: '12px',
5051
backgroundColor: bgColor,

0 commit comments

Comments
 (0)