diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-05-05 07:26:02 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-05-05 07:26:02 +0800 |
commit | 0ec1c4ad6d21d10e65f8632b0417f236fe9c72b7 (patch) | |
tree | 6d821502b33db1bd5cb2ad20e247eb17d3a76201 /packages/website/ts/components/top_bar | |
parent | 15a3a8c62fd19bb2f09fb5de340babb990318b07 (diff) | |
download | dexon-sol-tools-0ec1c4ad6d21d10e65f8632b0417f236fe9c72b7.tar.gz dexon-sol-tools-0ec1c4ad6d21d10e65f8632b0417f236fe9c72b7.tar.zst dexon-sol-tools-0ec1c4ad6d21d10e65f8632b0417f236fe9c72b7.zip |
Fix type errors in CSS properties
Diffstat (limited to 'packages/website/ts/components/top_bar')
-rw-r--r-- | packages/website/ts/components/top_bar/top_bar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/components/top_bar/top_bar.tsx b/packages/website/ts/components/top_bar/top_bar.tsx index 8bea58b0a..7fb476ba0 100644 --- a/packages/website/ts/components/top_bar/top_bar.tsx +++ b/packages/website/ts/components/top_bar/top_bar.tsx @@ -56,7 +56,7 @@ const styles: Styles = { width: 70, }, topBar: { - backgroundcolor: colors.white, + backgroundColor: colors.white, height: 59, width: '100%', position: 'relative', |