Skip to content

Commit

Permalink
Try: Apply theme color schema to Manage Theme Fonts page (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Jul 20, 2023
1 parent 6ce2bd9 commit 5adfe23
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
7 changes: 4 additions & 3 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"devDependencies": {
"@actions/core": "^1.10.0",
"@emotion/babel-plugin": "^11.11.0",
"@wordpress/base-styles": "^4.28.0",
"@wordpress/browserslist-config": "^5.16.0",
"@wordpress/element": "^5.10.0",
"@wordpress/env": "^8.3.0",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import ManageFonts from './manage-fonts';
import GoogleFonts from './google-fonts';
import LocalFonts from './local-fonts';
import { ManageFontsProvider } from './fonts-context';
import './index.scss';

function App() {
const params = new URLSearchParams( document.location.search );
Expand Down
2 changes: 2 additions & 0 deletions src/index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@import "../node_modules/@wordpress/base-styles/mixins";
@include wordpress-admin-schemes();

0 comments on commit 5adfe23

Please sign in to comment.