()
| 1543 | font-size: ${semantic.type.headingCompact.size}; |
| 1544 | line-height: ${semantic.type.headingCompact.lineHeight}; |
| 1545 | font-weight: 700; |
| 1546 | color: ${semantic.color.text.primary}; |
| 1547 | margin: 0; |
| 1548 | `, |
| 1549 | pluginMarketplaceSettingsPanelClose: css` |
| 1550 | display: flex; |
| 1551 | align-items: center; |
| 1552 | justify-content: center; |
| 1553 | padding: 0.5rem; |
| 1554 | background: transparent; |
| 1555 | border: none; |
no test coverage detected