Change Typography Size
Summary: Typography on Sandy! The designed typography is [here in Figma](https://www.figma.com/file/4e6BMdm2SuZ1L7FSuOPQVC/Flipper?node-id=238%3A172) Current deflects - cannot find component for 'body - small' and 'meta' - don't know how to set 'link secondary hover' as designed Reviewed By: mweststrate Differential Revision: D23869256 fbshipit-source-id: efb1475749cebad529b502458d1b15bd445bb346
This commit is contained in:
committed by
Facebook GitHub Bot
parent
869d62b8c9
commit
93c897820b
@@ -9,13 +9,14 @@
|
||||
|
||||
import React, {useEffect} from 'react';
|
||||
import {styled} from 'flipper';
|
||||
import {DatePicker} from 'antd';
|
||||
import {DatePicker, Space} from 'antd';
|
||||
import {Layout, FlexRow} from '../ui';
|
||||
import {theme} from './theme';
|
||||
import {Logger} from '../fb-interfaces/Logger';
|
||||
|
||||
import {LeftRail} from './LeftRail';
|
||||
import {TemporarilyTitlebar} from './TemporarilyTitlebar';
|
||||
import TypographyExample from './TypographyExample';
|
||||
import {registerStartupTime} from '../App';
|
||||
import {useStore} from '../utils/useStore';
|
||||
import {SandyContext} from './SandyContext';
|
||||
@@ -106,10 +107,11 @@ function RightMenu() {
|
||||
|
||||
function TemporarilyContent() {
|
||||
return (
|
||||
<>
|
||||
<Space direction="vertical">
|
||||
New UI for Flipper, Sandy Project! Nothing to see now. Go back to current
|
||||
Flipper
|
||||
<DatePicker />
|
||||
</>
|
||||
<TypographyExample />
|
||||
</Space>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user