fix(tui): preserve full-width tab hover

This commit is contained in:
Kit Langton
2026-08-14 13:41:39 -04:00
committed by GitHub
parent a609acbb67
commit 9adc9bb5df
+1 -3
View File
@@ -1349,9 +1349,7 @@ function App(props: { pair?: DialogPairCredentials }) {
width={1}
height="100%"
backgroundColor={
tabsResizeHovered() || tabsResizing()
? tabsTheme.background.action.primary.hovered
: tabsTheme.background.default
tabsResizeHovered() || tabsResizing() ? tabsTheme.background.action.primary.hovered : undefined
}
/>
</box>