feat(app): new tabs styling (#15284)

Co-authored-by: David Hill <iamdavidhill@gmail.com>
This commit is contained in:
Adam
2026-02-26 15:39:45 -06:00
committed by GitHub
parent 7e6a007c35
commit 9312867565
5 changed files with 174 additions and 51 deletions

View File

@@ -46,6 +46,7 @@ export function SortableTab(props: { tab: string; onTabClose: (tab: string) => v
title={language.t("common.closeTab")}
keybind={command.keybind("tab.close")}
placement="bottom"
gutter={10}
>
<IconButton
icon="close-small"