This commit is contained in:
lingdocs 2021-11-03 18:13:30 -04:00
parent f0a00404c0
commit 882a6c3243
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@lingdocs/pashto-inflector", "name": "@lingdocs/pashto-inflector",
"version": "1.4.2", "version": "1.4.3",
"author": "lingdocs.com", "author": "lingdocs.com",
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
"homepage": "https://verbs.lingdocs.com", "homepage": "https://verbs.lingdocs.com",

View File

@ -35,7 +35,7 @@ function ButtonSelect<L extends string>(props: PickerProps<L>) {
...props.xSmall ? ...props.xSmall ?
{ fontSize: "small" }: {}, { fontSize: "small" }: {},
...option.color ? ...option.color ?
{ background: option.color } : {}, { backgroundColor: option.color } : {},
}} }}
> >
{option.label} {option.label}