Skip to content

Commit

Permalink
Fix miew-react styles
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsmirnov committed Aug 26, 2024
1 parent 86b4e98 commit bd0b044
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/miew-react/src/Viewer.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Miew from 'miew';
import React, { useLayoutEffect, useRef } from 'react';
import styles from './Viewer.module.scss';
import * as styles from './Viewer.module.scss';
import 'miew/dist/Miew.css';

function createMiewRef(miewRef, options, onInit) {
Expand Down
1 change: 0 additions & 1 deletion packages/miew-react/src/Viewer.module.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.root {
width: 100%;
height: 100%;
background-color: maroon; /* !!! debugging, don't commit !!! */
}

0 comments on commit bd0b044

Please sign in to comment.