mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
@grafana/ui: Fix login icon (#23732)
* Fix sign in button * Fix modal button in button
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user