diff --git a/CHANGELOG.md b/CHANGELOG.md index 584bb5b..e9696b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ Changelog +# v3.2.3 [2024-12-25] + +## Patch Release + +### Fixes +- Fixed free seating section selector color + # v3.2.2 [2024-12-25] ## Patch Release diff --git a/src/components/controls/select/polyline/section-selector.tsx b/src/components/controls/select/polyline/section-selector.tsx index bfb4390..00b77e7 100644 --- a/src/components/controls/select/polyline/section-selector.tsx +++ b/src/components/controls/select/polyline/section-selector.tsx @@ -53,7 +53,7 @@ export const SectionManager = ({ options }: IControlProps) => { onChange={(e) => onUpdateSection({ ...section, name: e.target.value })} /> } onClick={() =>