We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a4657 commit 41eabdbCopy full SHA for 41eabdb
2 files changed
app/src/views/DrefDetail/index.tsx
@@ -8,17 +8,14 @@ import SurgeContentContainer from '#components/domain/SurgeContentContainer';
8
import Link from '#components/Link';
9
10
import i18n from './i18n.json';
11
-import styles from './styles.module.css';
12
13
/** @knipignore */
14
// eslint-disable-next-line import/prefer-default-export
15
export function Component() {
16
const strings = useTranslation(i18n);
17
18
return (
19
- <Container
20
- className={styles.drefDetail}
21
- >
+ <Container spacing="md">
22
<ListView
23
layout="block"
24
>
app/src/views/DrefDetail/styles.module.css
0 commit comments