feat(dark-theme): Applies dark theme on inline-dialogs, tooltips, flags and more

This commit is contained in:
yanas
2017-10-06 11:14:45 -05:00
parent d3e8856896
commit e09949be9f
22 changed files with 253 additions and 329 deletions

View File

@@ -1,7 +1,7 @@
import AKFieldText from '@atlaskit/field-text';
import PropTypes from 'prop-types';
import React, { Component } from 'react';
import { connect } from 'react-redux';
import { FieldTextStateless as TextField } from '@atlaskit/field-text';
import { Dialog } from '../../base/dialog';
import { translate } from '../../base/i18n';
@@ -76,7 +76,7 @@ class DisplayNamePrompt extends Component {
onSubmit = { this._onSubmit }
titleKey = 'dialog.displayNameRequired'
width = 'small'>
<AKFieldText
<TextField
autoFocus = { true }
compact = { true }
label = { this.props.t('dialog.enterDisplayName') }