We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad77d27 commit 839469dCopy full SHA for 839469d
tools/server/public/index.html.gz
2 Bytes
tools/server/webui/src/components/Sidebar.tsx
@@ -87,7 +87,7 @@ export default function Sidebar() {
87
{/* group name (by date) */}
88
{group.title ? (
89
// we use btn class here to make sure that the padding/margin are aligned with the other items
90
- <b className="btn btn-ghost btn-xs bg-none btn-disabled block text-xs text-base-content text-start px-2 mb-0 mt-6">
+ <b className="btn btn-ghost btn-xs bg-none btn-disabled block text-xs text-base-content text-start px-2 mb-0 mt-6 font-bold">
91
{group.title}
92
</b>
93
) : (
0 commit comments