Skip to content

Commit

Permalink
fix: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
teramotodaiki committed Nov 19, 2019
1 parent 48326c8 commit 78cded2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function Root({ code }: RootProps) {
</Transition>
<Transition
in={editorMode === EditorMode.Code}
className={region.editorView}
className={region.codeView}
exiting={region.exiting}
>
<CodeView code={code} />
Expand Down
2 changes: 1 addition & 1 deletion src/styles/region.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
height: 100%;
}
// エディタ表示部分
.editorView {
.codeView {
@extend %base;
padding: 0px 8px $footerHeight 8px;
overflow: scroll;
Expand Down

0 comments on commit 78cded2

Please sign in to comment.