Remove special cases for some buttons with text (#3412)
* Toggle.Button -> Toggle.ButtonWithText * Simplify Prompt.Cancel/Action * Move lines down for better diff * Remove ButtonWithText * Simplify types
This commit is contained in:
parent
9b087b721d
commit
49266c355e
9 changed files with 106 additions and 99 deletions
|
@ -32,9 +32,6 @@ module.exports = {
|
|||
'H5',
|
||||
'H6',
|
||||
'P',
|
||||
'Prompt.Cancel', // TODO: Not always safe.
|
||||
'Prompt.Action', // TODO: Not always safe.
|
||||
'ToggleButton.Button', // TODO: Not always safe.
|
||||
],
|
||||
impliedTextProps: [],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue