Skip to content

Commit

Permalink
chore: Replace antd reset.css with modern-normalize (#8706)
Browse files Browse the repository at this point in the history
  • Loading branch information
gt2345 authored Jan 18, 2024
1 parent e0e08b6 commit 71eaa5a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions webui/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions webui/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.3.2",
"micro-observables": "^1.7.2",
"modern-normalize": "^2.0.0",
"notebook": "file:src/vendor/notebook",
"omnibar": "github:hamidzr/omnibar",
"path-to-regexp": "^6.2.1",
Expand Down
2 changes: 1 addition & 1 deletion webui/react/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import { correctViewportHeight, refreshPage } from 'utils/browser';

import css from './App.module.scss';

import 'antd/dist/reset.css';
import 'modern-normalize/modern-normalize.css';
import '@hpe.com/glide-data-grid/dist/index.css';

const updateThemeSetting = (mode: Mode) => userSettings.set(themeSettings, STORAGE_PATH, { mode });
Expand Down

0 comments on commit 71eaa5a

Please sign in to comment.