diff --git a/package.json b/package.json index e7f241e..d708c6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "1.4.2", + "version": "1.4.3", "author": "lingdocs.com", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "homepage": "https://verbs.lingdocs.com", diff --git a/src/components/ButtonSelect.tsx b/src/components/ButtonSelect.tsx index 009544f..2157cc0 100644 --- a/src/components/ButtonSelect.tsx +++ b/src/components/ButtonSelect.tsx @@ -35,7 +35,7 @@ function ButtonSelect(props: PickerProps) { ...props.xSmall ? { fontSize: "small" }: {}, ...option.color ? - { background: option.color } : {}, + { backgroundColor: option.color } : {}, }} > {option.label}