mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 08:52:26 +00:00
feat(content-manager): change theme
This commit is contained in:
parent
a358228361
commit
a2a9966703
@ -1,7 +1,5 @@
|
||||
import * as React from 'react';
|
||||
|
||||
// Import the PrismJS theme to highlight the code
|
||||
import 'prismjs/themes/prism-solarizedlight.css';
|
||||
import {
|
||||
Page,
|
||||
Blocker,
|
||||
@ -163,6 +161,8 @@ const EditViewPage = () => {
|
||||
return yupSchema.validateSync(values, { abortEarly: false });
|
||||
};
|
||||
|
||||
console.log('EditViewPage', layout);
|
||||
|
||||
return (
|
||||
<Main paddingLeft={10} paddingRight={10}>
|
||||
<Page.Title>{documentTitle}</Page.Title>
|
||||
|
@ -1,4 +1,6 @@
|
||||
import * as React from 'react';
|
||||
// Import the PrismJS theme to highlight the code
|
||||
import 'prismjs/themes/prism.css';
|
||||
|
||||
import { Box, SingleSelect, SingleSelectOption } from '@strapi/design-system';
|
||||
import { CodeBlock as CodeBlockIcon } from '@strapi/icons';
|
||||
|
Loading…
x
Reference in New Issue
Block a user