[🐴] Tweak header styles (#4053)
* Tweak desktop header styles * Tweak mobile * Bump icon size * Remove unused else
This commit is contained in:
parent
72550df0e2
commit
3a8baba129
2 changed files with 18 additions and 14 deletions
|
@ -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})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue