EarthFrequencies / earth-frequencies-webui

Web interface for Earth Frequencies
2 stars 1 forks source link

AllocationsTable: Support theming #24

Open ajmas opened 2 years ago

ajmas commented 2 years ago

Currently the AllocationsTable component uses the US allocations table colours and can't easily be modified.

The current values are in the src/utils/FrequencyUtils.ts file.

Three possible approaches:

Right now I am leaning toward the third option, just for flexibility. Open to discussion.

Note, any values in the CSS or table that contain spaces or characters unfriendly to CSS should be normalised to be CSS friendly.