grafana/public/app/features/explore/__snapshots__/MetaInfoText.test.tsx.snap
Torkel Ödegaard bcd0958849
Theme: Updated font to Inter, updates typography, a start of moving legacy & global styles from sass to emotion (#32988)
* Testing inter font

* new fonts and global styles

* Added Typography component and storybook

* Moving more global legacy types to emotion global styles

* Updated snapshot

* mapp bold to 500

* Updates

* Fixes and moved html & body styles to emotion

* moved helper function down

* Updated snapshot

* More tweaks

* Updates

* added internal tag

* Updated snapshot
2021-04-14 21:49:38 +02:00

19 lines
305 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`MetaInfoText should render component 1`] = `
<div
className="css-7qzshi"
>
<Memo(MetaInfoItem)
key="0-label"
label="label"
value="value"
/>
<Memo(MetaInfoItem)
key="1-label2"
label="label2"
value="value2"
/>
</div>
`;