mirror of
https://github.com/plankanban/planka.git
synced 2025-12-28 09:15:02 +03:00
Background gradients, migrate from CSS to SCSS, remove !important
This commit is contained in:
@@ -6,7 +6,7 @@ import { Input } from '../../../lib/custom-ui';
|
||||
|
||||
import { useForm } from '../../../hooks';
|
||||
|
||||
import styles from './AddTextFileModal.module.css';
|
||||
import styles from './AddTextFileModal.module.scss';
|
||||
|
||||
const AddTextFileModal = React.memo(({ content, onCreate, onClose }) => {
|
||||
const [t] = useTranslation();
|
||||
|
||||
Reference in New Issue
Block a user