mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 16:45:43 -06:00
* Began text theme refactoring * Consolidating blue varaibles * Theme: Typography overhaul and theme cleanup * Theme updates, alignment and fixes * Updated snapshots * Restored template variable class * Updates * added container * Updated snapshot
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-1u65mbf"
|
|
>
|
|
<Memo(MetaInfoItem)
|
|
key="0-label"
|
|
label="label"
|
|
value="value"
|
|
/>
|
|
<Memo(MetaInfoItem)
|
|
key="1-label2"
|
|
label="label2"
|
|
value="value2"
|
|
/>
|
|
</div>
|
|
`;
|