Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/renderer/src/components/settings-section-general.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ export function GeneralSettingsSection({ ctx }: { ctx: Record<string, any> }): R
control={
<div className="flex w-full min-w-0 flex-col items-start gap-2">
{logPath ? (
<code className="block w-full max-w-full break-all rounded-xl bg-ds-main/70 px-3 py-2 font-mono text-[12px] text-ds-muted shadow-sm">
<code className="block w-full max-w-full break-all rounded-xl border border-ds-border-muted bg-ds-main/60 px-3 py-2 font-mono text-[12px] text-ds-ink">
{compactHomePath(logPath)}
</code>
) : (
Expand Down