diff options
author | Vitaly Takmazov | 2022-10-29 22:19:07 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | 3a403e4023ce3b7074a7922e7b504263ddc7a3d1 (patch) | |
tree | b55d85f295b791d4ae1d57da18f567cab2464fe3 | |
parent | d7fd6bee3230a2d6f82d6d1575ddb2ad10a0d881 (diff) |
Fix React warnings
-rw-r--r-- | vnext/src/ui/Spinner.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnext/src/ui/Spinner.js b/vnext/src/ui/Spinner.js index 6cd28cb8..3e38571e 100644 --- a/vnext/src/ui/Spinner.js +++ b/vnext/src/ui/Spinner.js @@ -33,8 +33,8 @@ export function ChatSpinner(props) { return ( <ContentLoader speed={2} - primaryColor="#f8f8f8" - secondaryColor="#ecebeb" + primarycolor="#f8f8f8" + secondarycolor="#ecebeb" height="60px" width="120px" {...props}> |