Skip to content

Commit 516329c

Browse files
jackdonSaraVieira
authored andcommitted
fix typo, 'verical-align' should be ' vertical-align' (codesandbox#1509)
1 parent 691ac1c commit 516329c

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/common/Notifications/Notification

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/common/Notifications/Notification/elements.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const Content = styled.div`
2727
align-items: center;
2828
padding: 0 1rem;
2929
height: 100%;
30-
verical-align: middle;
30+
vertical-align: middle;
3131
line-height: 1.15;
3232
box-sizing: border-box;
3333
color: ${() => theme.white()};

0 commit comments

Comments
 (0)