We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e9c9a commit bbeba77Copy full SHA for bbeba77
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nouance/payload-better-fields-plugin",
3
- "version": "1.3.3",
+ "version": "1.3.4",
4
"homepage:": "https://github.com/NouanceLabs/payload-better-fields-plugin",
5
"repository": "git@github.com:NouanceLabs/payload-better-fields-plugin.git",
6
"description": "A Payload plugin that aims to provide improved fields for the admin panel",
src/fields/ColourPicker/Component.tsx
@@ -14,7 +14,7 @@ import {
14
RgbStringColorPicker,
15
} from 'react-colorful'
16
import { Config } from '.'
17
-import './styles.scss'
+import '../../styles/colourPicker.scss'
18
19
extend([namesPlugin])
20
const defaultColor = '#9A9A9A'
src/fields/ColourPicker/styles.scss src/styles/colourPicker.scsssrc/fields/ColourPicker/styles.scss renamed to src/styles/colourPicker.scss
0 commit comments