mirror of
https://github.com/apache/superset.git
synced 2026-06-06 16:19:18 +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