diff --git a/frontend/src/assets/index.css b/frontend/src/assets/index.css index d8e68f2241..2ef862efba 100644 --- a/frontend/src/assets/index.css +++ b/frontend/src/assets/index.css @@ -1,5 +1,4 @@ @import "~antd/dist/antd.dark.css"; -@import "~antd/dist/antd.compact.css"; .ant-space-item { margin-right: 0 !important; diff --git a/frontend/src/config/theme.config.json.js b/frontend/src/config/theme.config.json.js new file mode 100644 index 0000000000..e69de29bb2 diff --git a/frontend/src/themes/dark-theme.less b/frontend/src/themes/dark-theme.less deleted file mode 100644 index bd1353d9ea..0000000000 --- a/frontend/src/themes/dark-theme.less +++ /dev/null @@ -1,18 +0,0 @@ -// dark-theme.less - -@import "~antd/lib/style/color/colorPalette.less"; -@import "~antd/dist/antd.less"; -@import "~antd/lib/style/themes/dark.less"; - -// @primary-color: #00adb5; -// @border-radius-base: 4px; - -// @component-background: #303030; -// @body-background: #303030; -// @popover-background: #303030; -// @border-color-base: #6f6c6c; -// @border-color-split: #424242; -// @table-header-sort-active-bg: #424242; -// @card-skeleton-bg: #424242; -// @skeleton-color: #424242; -// @table-header-sort-active-bg: #424242; diff --git a/frontend/src/themes/light-theme.less b/frontend/src/themes/light-theme.less deleted file mode 100644 index 6c48a71a43..0000000000 --- a/frontend/src/themes/light-theme.less +++ /dev/null @@ -1,9 +0,0 @@ -/* light-theme.less */ - -@import "~antd/lib/style/color/colorPalette.less"; -@import "~antd/dist/antd.less"; -@import "~antd/lib/style/themes/default.less"; - -/* These are shared variables that can be extracted to their own file */ -@primary-color: #00adb5; -@border-radius-base: 4px;