Skip to content

Commit

Permalink
Update margins around site header progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
pkumar-strivve committed Dec 5, 2024
1 parent 42f326a commit 6e45027
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/component/appearance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,14 +372,14 @@ const defaultAppearance: Appearance = {
},
selectSiteItemName: {
fontSize: '16px',
marginBottom: '0.75rem',
marginTop: '0.75rem',
marginBottom: '1.25rem',
marginTop: '1.0rem',
marginLeft: '0.5rem',
textAlign: 'left',
flex: 1,
},
selectSiteItemDescription: {
fontSize: '14px',
fontSize: '14px'
},
selectSiteItemImage: {
width: '29px',
Expand Down

0 comments on commit 6e45027

Please sign in to comment.