This commit is contained in:
parent
f0a00404c0
commit
882a6c3243
|
@ -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",
|
||||
|
|
|
@ -35,7 +35,7 @@ function ButtonSelect<L extends string>(props: PickerProps<L>) {
|
|||
...props.xSmall ?
|
||||
{ fontSize: "small" }: {},
|
||||
...option.color ?
|
||||
{ background: option.color } : {},
|
||||
{ backgroundColor: option.color } : {},
|
||||
}}
|
||||
>
|
||||
{option.label}
|
||||
|
|
Loading…
Reference in New Issue