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