mirror of
https://github.com/plankanban/planka.git
synced 2025-12-23 17:25:16 +03:00
Background gradients, migrate from CSS to SCSS, remove !important
This commit is contained in:
@@ -8,7 +8,7 @@ import { Input, Popup } from '../../lib/custom-ui';
|
||||
|
||||
import { useForm } from '../../hooks';
|
||||
|
||||
import styles from './EditDueDateStep.module.css';
|
||||
import styles from './EditDueDateStep.module.scss';
|
||||
|
||||
const EditDueDateStep = React.memo(({ defaultValue, onUpdate, onBack, onClose }) => {
|
||||
const [t] = useTranslation();
|
||||
|
||||
Reference in New Issue
Block a user