mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 07:28:01 +00:00
45fe669f0a
* refactor: simplify excel import * chore: add external deepmerge utility * chore: create import map utilities * chore: increase size limits on uploads * style: small presentation tweaks * feat: resolve times on excel import, refs #508
9 lines
157 B
TypeScript
9 lines
157 B
TypeScript
export const ontimeProgressGray = {
|
|
track: {
|
|
background: '#f6f6f6', // $gray-500
|
|
},
|
|
filledTrack: {
|
|
background: '#578AF4', // $blue-500
|
|
},
|
|
};
|