[🐴] Tweak header styles (#4053)

* Tweak desktop header styles

* Tweak mobile

* Bump icon size

* Remove unused else
This commit is contained in:
Eric Bailey 2024-05-16 15:19:35 -05:00 committed by GitHub
parent 72550df0e2
commit 3a8baba129
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 14 deletions

View file

@ -292,7 +292,7 @@ export function Button({
baseStyles.push({height: 50, width: 50})
}
} else if (size === 'small') {
baseStyles.push({height: 40, width: 40})
baseStyles.push({height: 34, width: 34})
} else if (size === 'tiny') {
baseStyles.push({height: 20, width: 20})
}