mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
add dark mode in BreadCrumb and PageHeader. (#1172)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="flex flex-wrap justify-between">
|
||||
<div>
|
||||
<h3 class="text-2xl font-bold text-left text-black">
|
||||
<h3 class="text-2xl font-bold text-left text-black dark:text-white">
|
||||
{{ title }}
|
||||
</h3>
|
||||
<slot />
|
||||
|
||||
Reference in New Issue
Block a user