Fix linter warnings

This commit is contained in:
Gabe Kangas
2022-06-29 14:12:31 -07:00
parent 3c43db4d86
commit 32e900f1d0
5 changed files with 4 additions and 10 deletions

View File

@@ -14,12 +14,6 @@ export function ImageAsset(props: ImageAssetProps) {
margin: '0.3vw',
};
const colorBlockStyle = {
height: '70%',
width: '100%',
backgroundColor: 'white',
};
const colorDescriptionStyle = {
textAlign: 'center' as 'center',
color: 'gray',