💄(frontend) remove bottom border on header
The bottom border on the header was unnecessary and removed for a cleaner design.
This commit is contained in:
committed by
aleb_the_flash
parent
6fcb69bd3c
commit
7ddc448c88
@@ -22,9 +22,6 @@ export const Header = () => {
|
||||
return (
|
||||
<div
|
||||
className={css({
|
||||
borderBottomColor: 'box.border',
|
||||
borderBottomWidth: 1,
|
||||
borderBottomStyle: 'solid',
|
||||
paddingY: 1,
|
||||
paddingX: 1,
|
||||
flexShrink: 0,
|
||||
|
||||
Reference in New Issue
Block a user