Soften divider lines across settings pages

Change BaseDivider from text-subtle (which left the hr with a dark
default border) to border-line-light for a gentle themed separator.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Darko Gjorgjijoski
2026-04-04 02:35:00 +02:00
parent dabdd2b417
commit 2a3774f437

View File

@@ -1,3 +1,3 @@
<template>
<hr class="w-full text-subtle" />
<hr class="w-full border-line-light" />
</template>