From 882a6c32435196177021cd64aa14bb01bd77f864 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Wed, 3 Nov 2021 18:13:30 -0400 Subject: [PATCH] m --- package.json | 2 +- src/components/ButtonSelect.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}