Skip to content

Commit 07da868

Browse files
authored
Merge pull request #2078 from dxc-technology/jialecl/dataGrid-style-fix
Adding data grid styles as a stylesheet
2 parents 23bbd4b + 5ba1152 commit 07da868

File tree

3 files changed

+478
-2
lines changed

3 files changed

+478
-2
lines changed

apps/website/global-styles.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import "react-data-grid/lib/styles.css";
2-
31
:root {
42
--content-margin-left: auto;
53
--content-margin-right: auto;

apps/website/pages/_app.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const MyApp = ({ Component, pageProps }: AppPropsWithLayout) => {
6262
<>
6363
<Head>
6464
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.png" />
65+
<link rel="stylesheet" href="/styles.css" />
6566
</Head>
6667
<HalstackProvider>
6768
<ApplicationLayoutWrapper

0 commit comments

Comments
 (0)