mirror of
https://github.com/apache/superset.git
synced 2026-04-10 03:45:22 +00:00
* Removes hard coded colors Removes hard coded colors defined in src/components/styles.ts. The colors defined in this file were used only in the Select component so they were migrated to src/components/Select/styles.tsx and ajusted to conform to the theme colors. * Use theme context for Select styles * Includes Theme Provider in tests with Select