@grafana/ui: Fix login icon (#23732)

* Fix sign in button

* Fix modal button in button
This commit is contained in:
Ivana Huckova
2020-04-21 10:55:48 +02:00
committed by GitHub
parent 1b8d669ac0
commit df60dbd749
5 changed files with 9 additions and 11 deletions

View File

@@ -52,6 +52,7 @@ export type IconName =
| 'circle'
| 'arrow-up'
| 'arrow-from-right'
| 'arrow-from-left'
| 'keyboard'
| 'search'
| 'chart-line'
@@ -162,6 +163,7 @@ export const getAvailableIcons = (): IconName[] => [
'circle',
'arrow-up',
'arrow-from-right',
'arrow-from-left',
'keyboard',
'search',
'chart-line',