feat: calendar-course-cell-color-picker (#157)

* feat: calendar-course-cell-color-picker done??

* fix: ensure hex code is lowercase

* fix: make hex codes lower case

* chore: convert px to rem in ColorPatch.tsx

* fix: add functionality to the invert colors button

* fix: some more lowercase stuff

* fix: remove hardcoded color patch hex codes, remove hardcoded pixel values

* chore: remove React.FC

* chore: modify docs

* fix: remove duplicate style

* fix: used name over size specified classes

* fix: grid over flex, elie feedback

* refactor: use color strings instead of indices

* refactor: remove console.log statements
This commit is contained in:
Abhinav Chadaga
2024-03-16 16:08:28 -05:00
committed by GitHub
parent 27094846f7
commit df1849180d
5 changed files with 257 additions and 1 deletions

View File

@@ -12,7 +12,6 @@ export const colors = {
offwhite: '#D6D2C4',
concrete: '#95A5A6',
red: '#B91C1C', // Not sure if this should be here, but it's used for remove course, and add course is ut-green
white: '#FFFFFF',
},
theme: {
red: '#AF2E2D',