fix(ui): increase Header gap from space-1 to space-4
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
.bui-Header {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--bui-space-1);
|
||||
gap: var(--bui-space-4);
|
||||
margin-top: var(--bui-space-6);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user