Adding left border color, removing indent.

pull/722/head
Dessalines 2020-03-04 23:36:42 -05:00
parent c999579c05
commit eeef752a5c
2 changed files with 454 additions and 431 deletions

File diff suppressed because it is too large Load Diff

4
ui/src/utils.ts vendored
View File

@ -767,3 +767,7 @@ export function postSort(
);
}
}
export function randomHsl() {
return `hsla(${Math.random() * 360}, 100%, 50%, 1)`;
}