File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
packages/next/src/next-devtools/dev-overlay
components/dev-tools-panel Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
export function DevToolsPanel ( ) {
2
2
// 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 >
4
4
}
5
-
6
- export const DEV_TOOLS_PANEL_STYLES = ``
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ import { DEV_TOOLS_INFO_RENDER_FILES_STYLES } from '../components/overview/segme
25
25
import { FADER_STYLES } from '../components/fader'
26
26
import { RESTART_SERVER_BUTTON_STYLES } from '../components/errors/error-overlay-toolbar/restart-server-button'
27
27
import { NEXT_LOGO_STYLES } from '../components/devtools-indicator/next-logo'
28
- import { DEV_TOOLS_PANEL_STYLES } from '../components/dev-tools-panel/dev-tools-panel'
29
28
30
29
export function ComponentStyles ( ) {
31
30
return (
@@ -55,7 +54,6 @@ export function ComponentStyles() {
55
54
${ DEV_TOOLS_INFO_ROUTE_INFO_STYLES }
56
55
${ DEV_TOOLS_INFO_USER_PREFERENCES_STYLES }
57
56
${ DEV_TOOLS_INFO_RENDER_FILES_STYLES }
58
- ${ DEV_TOOLS_PANEL_STYLES }
59
57
${ FADER_STYLES }
60
58
${ NEXT_LOGO_STYLES }
61
59
` }
You can’t perform that action at this time.
0 commit comments