From f24e8fc1e90097b4246db51a2d8226c551ba0ad7 Mon Sep 17 00:00:00 2001 From: code002lover Date: Sun, 11 Jan 2026 19:44:38 +0100 Subject: [PATCH] fix border in default theme --- frontend/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index 31def84..1d31ed3 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -13,7 +13,7 @@ --secondary-bg: rgb(var(--secondary-bg-rgb)); --secondary-alt-bg: rgb(var(--tertiary-bg-rgb)); --tertiary-bg: rgb(var(--border-color-rgb)); - --border-color: rgb(var(--text-color-rgb)); + --border-color: rgb(var(--border-color-rgb)); font-family: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif; line-height: 1.6;