7 lines
118 B
JavaScript
7 lines
118 B
JavaScript
|
|
export const UI_CONFIG = {
|
|
headerHeight: 64,
|
|
footerHeight: 50,
|
|
pagePadding: 16 // Single side padding (1rem)
|
|
}
|