Skip to content

Commit a9a181f

Browse files
committed
rename ISSUES_TAB_SIDEBAR_FRAME_SKELETON_STYLES -> DEVTOOLS_PANEL_TAB_ISSUES_SIDEBAR_FRAME_SKELETON_STYLES
1 parent 9a76a1e commit a9a181f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/next/src/next-devtools/dev-overlay/components/devtools-panel/devtools-panel-tab/issues-tab/issues-tab-sidebar-frame-skeleton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function IssuesTabSidebarFrameSkeleton({
2525
)
2626
}
2727

28-
export const ISSUES_TAB_SIDEBAR_FRAME_SKELETON_STYLES = css`
28+
export const DEVTOOLS_PANEL_TAB_ISSUES_SIDEBAR_FRAME_SKELETON_STYLES = css`
2929
[data-nextjs-devtools-panel-tab-issues-sidebar-frame-skeleton-bar] {
3030
height: var(--size-12);
3131
border-radius: 100px;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { DEVTOOLS_PANEL_TAB_SETTINGS_STYLES } from '../components/devtools-panel
3131
import { CALL_STACK_STYLES } from '../components/call-stack/call-stack'
3232
import { DEVTOOLS_PANEL_TAB_ISSUES_STYLES } from '../components/devtools-panel/devtools-panel-tab/issues-tab/issues-tab'
3333
import { DEVTOOLS_PANEL_TAB_ISSUES_SIDEBAR_STYLES } from '../components/devtools-panel/devtools-panel-tab/issues-tab/issues-tab-sidebar'
34-
import { ISSUES_TAB_SIDEBAR_FRAME_SKELETON_STYLES } from '../components/devtools-panel/devtools-panel-tab/issues-tab/issues-tab-sidebar-frame-skeleton'
34+
import { DEVTOOLS_PANEL_TAB_ISSUES_SIDEBAR_FRAME_SKELETON_STYLES } from '../components/devtools-panel/devtools-panel-tab/issues-tab/issues-tab-sidebar-frame-skeleton'
3535

3636
export function ComponentStyles() {
3737
return (
@@ -69,7 +69,7 @@ export function ComponentStyles() {
6969
${DEVTOOLS_PANEL_TAB_SETTINGS_STYLES}
7070
${DEVTOOLS_PANEL_TAB_ISSUES_STYLES}
7171
${DEVTOOLS_PANEL_TAB_ISSUES_SIDEBAR_STYLES}
72-
${ISSUES_TAB_SIDEBAR_FRAME_SKELETON_STYLES}
72+
${DEVTOOLS_PANEL_TAB_ISSUES_SIDEBAR_FRAME_SKELETON_STYLES}
7373
`}
7474
</style>
7575
)

0 commit comments

Comments
 (0)