Skip to content

Commit acf0ad0

Browse files
committed
remove style porting
1 parent 3e9adfe commit acf0ad0

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
@@ -25,7 +25,6 @@ import { DEV_TOOLS_INFO_RENDER_FILES_STYLES } from '../components/overview/segme
2525
import { FADER_STYLES } from '../components/fader'
2626
import { RESTART_SERVER_BUTTON_STYLES } from '../components/errors/error-overlay-toolbar/restart-server-button'
2727
import { NEXT_LOGO_STYLES } from '../components/devtools-indicator/next-logo'
28-
import { DEV_TOOLS_PANEL_STYLES } from '../components/dev-tools-panel/dev-tools-panel'
2928

3029
export function ComponentStyles() {
3130
return (
@@ -55,7 +54,6 @@ export function ComponentStyles() {
5554
${DEV_TOOLS_INFO_ROUTE_INFO_STYLES}
5655
${DEV_TOOLS_INFO_USER_PREFERENCES_STYLES}
5756
${DEV_TOOLS_INFO_RENDER_FILES_STYLES}
58-
${DEV_TOOLS_PANEL_STYLES}
5957
${FADER_STYLES}
6058
${NEXT_LOGO_STYLES}
6159
`}

0 commit comments

Comments
 (0)