Skip to content

Commit

Permalink
Merge pull request #17778 from dukenv0307/fix/16838
Browse files Browse the repository at this point in the history
Fix: update the padding for the offline indicator on mobile
  • Loading branch information
chiragsalian authored Apr 24, 2023
2 parents 641bc99 + b695ef8 commit c3ac147
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 c3ac147

Please sign in to comment.