jiti-meet/react/features/base/dialog/components
Leonard Kim f9585430bb fix: set a default color for text in modal dialogs
Some atlaskit components, such as field-text, inherit text color.
This is a problem with components that are white as they will
inherit $defaultColor, which is a light gray. So instead, for
the atlaskit modal, set a color for all the form content so it
can be inherited instead.
2017-04-18 14:14:26 -05:00
..
AbstractDialog.js feat: support directly setting dialog title text 2017-04-18 14:14:26 -05:00
Dialog.native.js Adds base dialog implementation. 2017-03-15 16:33:04 -05:00
Dialog.web.js fix: set a default color for text in modal dialogs 2017-04-18 14:14:26 -05:00
DialogContainer.js Adds base dialog implementation. 2017-03-15 16:33:04 -05:00
index.js Adds base dialog implementation. 2017-03-15 16:33:04 -05:00