Skip to content

Commit

Permalink
Fix error with style import
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpopus committed Feb 11, 2024
1 parent 77e9c9a commit bbeba77
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nouance/payload-better-fields-plugin",
"version": "1.3.3",
"version": "1.3.4",
"homepage:": "https://github.com/NouanceLabs/payload-better-fields-plugin",
"repository": "[email protected]:NouanceLabs/payload-better-fields-plugin.git",
"description": "A Payload plugin that aims to provide improved fields for the admin panel",
Expand Down
2 changes: 1 addition & 1 deletion src/fields/ColourPicker/Component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
RgbStringColorPicker,
} from 'react-colorful'
import { Config } from '.'
import './styles.scss'
import '../../styles/colourPicker.scss'

extend([namesPlugin])
const defaultColor = '#9A9A9A'
Expand Down
File renamed without changes.

0 comments on commit bbeba77

Please sign in to comment.