Files
InvoiceShelf/resources/scripts/components/base/BaseDivider.vue
Darko Gjorgjijoski 2a3774f437 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>
2026-04-04 02:35:00 +02:00

4 lines
65 B
Vue

<template>
<hr class="w-full border-line-light" />
</template>