You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
312 B
19 lines
312 B
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`component.UI.Bar should render correctly 1`] = `
|
|
.c0 {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
width: 100%;
|
|
border-bottom: none !important;
|
|
border: 1px solid;
|
|
border-color: primaryText;
|
|
opacity: 0.6;
|
|
}
|
|
|
|
<hr
|
|
className="c0"
|
|
opacity={0.6}
|
|
width={1}
|
|
/>
|
|
`;
|
|
|