Fix eslint warning for communist-spelling/communist-spelling rule
Summary: Fixes eslint warnings Reviewed By: passy Differential Revision: D31760180 fbshipit-source-id: 635e842d626c58a2a8d2ea2543bf171237e93dc4
This commit is contained in:
committed by
Facebook GitHub Bot
parent
bd66928464
commit
6facf5ed0f
@@ -183,6 +183,6 @@ const Cell = styled('button')({
|
||||
backgroundColor: colors.highlight,
|
||||
color: 'white',
|
||||
':disabled': {
|
||||
backgroundColor: colors.greyTint2,
|
||||
backgroundColor: colors.grayTint2,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user