DashboardGrid: Change grid margin to 8, to align to 8px grid (#21167)

This commit is contained in:
Torkel Ödegaard 2019-12-18 14:30:17 +01:00 committed by GitHub
parent 5b3ff90377
commit 10413c4aa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
export const GRID_CELL_HEIGHT = 30;
export const GRID_CELL_VMARGIN = 10;
export const GRID_CELL_VMARGIN = 8;
export const GRID_COLUMN_COUNT = 24;
export const REPEAT_DIR_VERTICAL = 'v';