Fixed dark mode styles
This commit is contained in:
@@ -26,7 +26,7 @@ export default function StepsEditor({
|
||||
<>
|
||||
{sortedSteps.map((step, index) => (
|
||||
<div key={index} className="flex">
|
||||
<div className="bg-gray-50 rounded-full flex items-center justify-center min-w-unit-8 w-unit-8 h-unit-8 mt-3 me-2">
|
||||
<div className="bg-gray-50 dark:bg-gray-900 rounded-full flex items-center justify-center min-w-unit-8 w-unit-8 h-unit-8 mt-3 me-2">
|
||||
<div>{step.caseSteps.stepNo}</div>
|
||||
</div>
|
||||
<Textarea
|
||||
|
||||
@@ -231,7 +231,7 @@ export default function FoldersLayout({
|
||||
|
||||
return (
|
||||
<div className="flex w-full">
|
||||
<div className="w-64 min-h-screen border-r-1 dark:border-neutral-700">
|
||||
<div className="w-64 min-h-[calc(100vh-64px)] border-r-1 dark:border-neutral-700">
|
||||
<Button
|
||||
startContent={<Plus size={16} />}
|
||||
size="sm"
|
||||
|
||||
Reference in New Issue
Block a user