mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-15 09:14:08 +00:00
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>
4 lines
65 B
Vue
4 lines
65 B
Vue
<template>
|
|
<hr class="w-full border-line-light" />
|
|
</template>
|