Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Use antd icon
Browse files Browse the repository at this point in the history
Summary:
the glyph isnt working and need to get it fixed asap

changelog: UIDebugger fix icon for litho event timeline tab

Reviewed By: ivanmisuno

Differential Revision: D49780805

fbshipit-source-id: 832746237a43552171cd8e0bd3063318159279dd
  • Loading branch information
Luke De Feo authored and facebook-github-bot committed Sep 29, 2023
1 parent 896c001 commit 4d7b017
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import {Tooltip} from 'antd';
import {NoData} from './inspector/NoData';
import {plugin} from '../../index';
import {FrameworkEventsInspector} from './inspector/FrameworkEventsInspector';
import {DashboardOutlined} from '@ant-design/icons';

type Props = {
os: DeviceOS;
Expand Down Expand Up @@ -114,10 +115,8 @@ export const Inspector: React.FC<Props> = ({
tab={
<Tooltip title="Events">
<Layout.Horizontal center>
<Glyph
name="weather-thunder"
size={16}
color={theme.primaryColor}
<DashboardOutlined
style={{color: theme.primaryColor, fontSize: 16}}
/>
</Layout.Horizontal>
</Tooltip>
Expand Down

0 comments on commit 4d7b017

Please sign in to comment.