Skip to content

Commit

Permalink
Merge pull request #9 from Aar-if/main
Browse files Browse the repository at this point in the history
Issue #PS-2101: Add Pratham specific theme configuration to overall Editor
  • Loading branch information
itsvick authored Oct 1, 2024
2 parents 03fba34 + 55a83ea commit 3fc8fd3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
4 changes: 2 additions & 2 deletions public/sunbird-questionset-editor-web-component/styles.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/pages/_app.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import '../styles/global.css'

export default function App({ Component, pageProps }) {
return <Component {...pageProps} />;
}
4 changes: 4 additions & 0 deletions src/styles/global.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.sb-bg-color-primary {

display: none !important;
}

0 comments on commit 3fc8fd3

Please sign in to comment.