Skip to content

Commit 986465e

Browse files
committed
Refactor css for dynamic dropdown
1 parent 73cf8cd commit 986465e

File tree

3 files changed

+254
-51
lines changed

3 files changed

+254
-51
lines changed

src/components/DynamicDropDown/DynamicDropDown.module.css

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/components/DynamicDropDown/DynamicDropDown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import { Dropdown } from 'react-bootstrap';
3-
import styles from './DynamicDropDown.module.css';
3+
import styles from '../../style/app.module.css';
44

55
/**
66
* Props for the DynamicDropDown component.

0 commit comments

Comments
 (0)