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:
@@ -9,7 +9,7 @@ import { Input, Popup } from '../../../lib/custom-ui';
|
||||
import { useForm } from '../../../hooks';
|
||||
import { isUsername } from '../../../utils/validator';
|
||||
|
||||
import styles from './EditUsernamePopup.module.css';
|
||||
import styles from './EditUsernamePopup.module.scss';
|
||||
|
||||
const createMessage = (error) => {
|
||||
if (!error) {
|
||||
|
||||
Reference in New Issue
Block a user