Skip to content

Commit

Permalink
Update color
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefwint committed Sep 9, 2024
1 parent 3984a32 commit 5122731
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import useModalStore from '@/store/modalStore'
import { fileToBase64 } from '@/utils/file'

import DynamicObjectSearch from '../../DynamicObjectSearch'
import { Area, AREA_DATA_ATTRS } from './extensions/area'
import { Area } from './extensions/area'

const inputFieldMap = {
text: FormikInput,
Expand Down Expand Up @@ -107,11 +107,7 @@ const DynamicField = ({
<DrawPolygon />
</RteMenuButton>
),
className: `[&_[${[
AREA_DATA_ATTRS.group,
]}]]:text-pzh-blue-900 [&_[${[
AREA_DATA_ATTRS.group,
]}]]:bg-pzh-blue-10`,
className: `[&_[data-hint-gebiedengroep]]:text-pzh-blue-900 [&_[data-hint-gebiedengroep]]:bg-pzh-blue-10`,
})}
{...field}
/>
Expand Down

0 comments on commit 5122731

Please sign in to comment.