mirror of
https://github.com/plankanban/planka.git
synced 2025-12-19 09:13:20 +03:00
Background gradients, migrate from CSS to SCSS, remove !important
This commit is contained in:
@@ -7,7 +7,7 @@ import { Button, Form, TextArea } from 'semantic-ui-react';
|
||||
|
||||
import { useClosableForm, useForm } from '../../../hooks';
|
||||
|
||||
import styles from './EditComment.module.css';
|
||||
import styles from './EditComment.module.scss';
|
||||
|
||||
const EditComment = React.forwardRef(({ children, defaultData, onUpdate }, ref) => {
|
||||
const [t] = useTranslation();
|
||||
|
||||
Reference in New Issue
Block a user