ux: touch up tabs (#22783)

This commit is contained in:
Arthur
2025-06-05 11:12:35 +02:00
committed by GitHub
parent 1183130eb1
commit f60a4283a7
4 changed files with 24 additions and 13 deletions

View File

@@ -101,3 +101,15 @@
.summary-bar {
@apply my-1 mt-4 flex flex-col rounded-sm border-1 border-gray-100 bg-gray-50 p-4 dark:border-gray-800 dark:bg-gray-900;
}
.tabs {
@apply bg-blue/2 rounded-sm p-2;
}
.tablist {
@apply mb-1 border-b border-gray-100 dark:border-gray-800;
}
.tab-item {
@apply inline-block rounded-sm px-3 py-2 hover:bg-gray-100 dark:hover:bg-gray-900;
@apply dark:text-gray-200;
}