box dark mode bg added
This commit was merged in pull request #26.
This commit is contained in:
@@ -38,7 +38,7 @@ export default function ProductView() {
|
||||
|
||||
<div className='flex flex-col gap-4'>
|
||||
<div className='flex flex-col gap-2'>
|
||||
<p className='text-lg'>Product Configuration</p>
|
||||
<p className='text-lg dark:text-white-light'>Product Configuration</p>
|
||||
<div className='box bg-white dark:bg-black-box text-black-body dark:text-white-body'>
|
||||
|
||||
<table className="py-2 w-full text-sm">
|
||||
@@ -150,7 +150,7 @@ export default function ProductView() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className='box bg-white dark:bg-black-box text-black-body dark:text-white-body' style={{backgroundColor: 'aliceblue'}}>
|
||||
<div className='box bg-[aliceblue] dark:bg-black-box text-black-body dark:text-white-body'>
|
||||
<div className='flex flex-col gap-2'>
|
||||
<p className='text-lg'>Product Details</p>
|
||||
<ProductDetails />
|
||||
|
||||
Reference in New Issue
Block a user