mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-15 09:14:08 +00:00
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:
@@ -1,3 +1,3 @@
|
||||
<template>
|
||||
<hr class="w-full text-subtle" />
|
||||
<hr class="w-full border-line-light" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user