Skip to content

Commit bbeba77

Browse files
committed
Fix error with style import
1 parent 77e9c9a commit bbeba77

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nouance/payload-better-fields-plugin",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"homepage:": "https://github.com/NouanceLabs/payload-better-fields-plugin",
55
"repository": "git@github.com:NouanceLabs/payload-better-fields-plugin.git",
66
"description": "A Payload plugin that aims to provide improved fields for the admin panel",

src/fields/ColourPicker/Component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
RgbStringColorPicker,
1515
} from 'react-colorful'
1616
import { Config } from '.'
17-
import './styles.scss'
17+
import '../../styles/colourPicker.scss'
1818

1919
extend([namesPlugin])
2020
const defaultColor = '#9A9A9A'

0 commit comments

Comments
 (0)