mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-22 20:16:57 +00:00
9 lines
217 B
TypeScript
9 lines
217 B
TypeScript
import { TimeControl } from "@/types";
|
|
|
|
export const TimeControlColours = {
|
|
[TimeControl.Classic]: "#00ac39",
|
|
[TimeControl.Rapid]: "#0086c7",
|
|
[TimeControl.Blitz]: "#ddce20",
|
|
[TimeControl.Other]: "#ea5f17",
|
|
};
|