Skip to content

Commit 14985ff

Browse files
committed
remove style porting
1 parent e692e25 commit 14985ff

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
export function DevToolsPanel() {
22
// TODO: Remove style; It is to indicate faster in the browser.
3-
return <div style={{ color: 'black' }}>DevToolsPanel</div>
3+
return <div className="text-black">DevToolsPanel</div>
44
}
5-
6-
export const DEV_TOOLS_PANEL_STYLES = ``

packages/next/src/next-devtools/dev-overlay/styles/component-styles.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import { DEV_TOOLS_INFO_USER_PREFERENCES_STYLES } from '../components/errors/dev
2424
import { DEV_TOOLS_INFO_RENDER_FILES_STYLES } from '../components/overview/segment-explorer'
2525
import { FADER_STYLES } from '../components/fader'
2626
import { RESTART_SERVER_BUTTON_STYLES } from '../components/errors/error-overlay-toolbar/restart-server-button'
27-
import { DEV_TOOLS_PANEL_STYLES } from '../components/dev-tools-panel/dev-tools-panel'
2827

2928
export function ComponentStyles() {
3029
return (
@@ -54,7 +53,6 @@ export function ComponentStyles() {
5453
${DEV_TOOLS_INFO_ROUTE_INFO_STYLES}
5554
${DEV_TOOLS_INFO_USER_PREFERENCES_STYLES}
5655
${DEV_TOOLS_INFO_RENDER_FILES_STYLES}
57-
${DEV_TOOLS_PANEL_STYLES}
5856
${FADER_STYLES}
5957
`}
6058
</style>

0 commit comments

Comments
 (0)