mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
* GraphNG: Use new theme props * Minor fix to letterspacing in button * Minor tweaks * Updated * Revert to roboto * Added concept of a dark or white base * Style updates * Sass * Updated light text blue * updates * reverting button group design * Fixed tests * updates * Updated tests
19 lines
306 B
Plaintext
19 lines
306 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`MetaInfoText should render component 1`] = `
|
|
<div
|
|
className="css-1nu680j"
|
|
>
|
|
<Memo(MetaInfoItem)
|
|
key="0-label"
|
|
label="label"
|
|
value="value"
|
|
/>
|
|
<Memo(MetaInfoItem)
|
|
key="1-label2"
|
|
label="label2"
|
|
value="value2"
|
|
/>
|
|
</div>
|
|
`;
|