()
| 217 | }) { |
| 218 | const background = () => (props.dark ? props.theme().shade : props.theme().surface) |
| 219 | const minimal = () => props.chrome === "minimal" |
| 220 | const content = ( |
| 221 | <> |
| 222 | <box height={1} flexShrink={0} backgroundColor={background()} /> |