aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js
diff options
context:
space:
mode:
authorGuillaume Jambet <guillaume.jambet@sonarsource.com>2018-02-07 11:35:25 +0100
committerGuillaume Jambet <guillaume.jambet@gmail.com>2018-03-01 15:21:05 +0100
commit67ac2e4220a7ce34533d1c14c8f5f9652c37e08f (patch)
tree8a4426be4a50be44f7d5cfec6a697cc4392dad60 /server/sonar-web/src/main/js
parentfd1ca855caea58c6310c7f19710f223987630e6a (diff)
downloadsonarqube-67ac2e4220a7ce34533d1c14c8f5f9652c37e08f.tar.gz
sonarqube-67ac2e4220a7ce34533d1c14c8f5f9652c37e08f.zip
SONAR-10345 Add Webhooks creation ws
Diffstat (limited to 'server/sonar-web/src/main/js')
-rw-r--r--server/sonar-web/src/main/js/components/icons-components/AlertSuccessIcon.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/icons-components/AlertSuccessIcon.tsx b/server/sonar-web/src/main/js/components/icons-components/AlertSuccessIcon.tsx
index 432461ad528..c0eadf86144 100644
--- a/server/sonar-web/src/main/js/components/icons-components/AlertSuccessIcon.tsx
+++ b/server/sonar-web/src/main/js/components/icons-components/AlertSuccessIcon.tsx
@@ -18,8 +18,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
import * as React from 'react';
-import * as theme from '../../app/theme';
import { IconProps } from './types';
+import * as theme from '../../app/theme';
export default function AlertSuccessIcon({ className, fill = theme.green, size = 16 }: IconProps) {
return (