💄(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:
lebaudantoine
2024-11-16 18:27:58 +01:00
committed by aleb_the_flash
parent 6fcb69bd3c
commit 7ddc448c88

View File

@@ -22,9 +22,6 @@ export const Header = () => {
return (
<div
className={css({
borderBottomColor: 'box.border',
borderBottomWidth: 1,
borderBottomStyle: 'solid',
paddingY: 1,
paddingX: 1,
flexShrink: 0,