Skip to content

Commit

Permalink
ADM-982 [frontend]: add colors for classification charts (#1547)
Browse files Browse the repository at this point in the history
* ADM-982 [frontend][docs]: add colors for classification charts

* ADM-982 [frontend]: add colors for classification charts
  • Loading branch information
zhou-yinyuan authored Jul 23, 2024
1 parent b91f48e commit 67f852f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ export const theme = createTheme({
barColorD: '#769D7B',
barColorE: '#C28830',
barColorF: '#5078e6',
barColorG: '#19caad',
barColorH: '#bee7e9',
barColorI: '#a0eee1',
barColorJ: '#d6d5b7',
barColorG: '#634F7D',
barColorH: '#666666',
barColorI: '#D9EAD3',
barColorJ: '#FFF2CC',
lineColorA: '#163C4D',
lineColorB: '#E16A7C',
gridColor: '#D9D9D9',
Expand Down

0 comments on commit 67f852f

Please sign in to comment.