Apply some styles

Summary: It looks a lot better now, but the input is only single line, so entering more than one line would not be good right now.

Reviewed By: danielbuechele

Differential Revision: D17210091

fbshipit-source-id: 9313b6a67731cfa944394962cdc09be915a07720
This commit is contained in:
John Knox
2019-09-06 08:31:18 -07:00
committed by Facebook Github Bot
parent be22cc711a
commit 8fff3fcf59
2 changed files with 77 additions and 43 deletions

View File

@@ -34,8 +34,8 @@ module.exports = {
'triangle-right': [12],
'chevron-right': [8],
'chevron-down': [8],
star: [16],
'star-outline': [16],
star: [16, 24],
'star-outline': [16, 24],
},
// $FlowFixMe: not using flow in this file