() => {
const divStyle = {
width: "160px",
height: "40px",
backgroundColor: `${defaultTheme.orbit.paletteInkLight}`,
};
return (
<Inline spacing="medium">
<div style={divStyle} />
<div style={divStyle} />
<div style={divStyle} />
</Inline>
);
};