Skip to content

Commit

Permalink
fix: update the padding for the offline indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Apr 21, 2023
1 parent 4f7cfdb commit b695ef8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,8 @@ const styles = {

offlineIndicatorMobile: {
paddingLeft: 20,
paddingBottom: 9,
paddingTop: 5,
paddingBottom: 5,
},

offlineIndicatorRow: {
Expand Down

0 comments on commit b695ef8

Please sign in to comment.