mirror of
https://github.com/TurTaskProject/TurTaskWeb.git
synced 2025-12-19 05:54:07 +01:00
Adjusting the color.
This commit is contained in:
parent
0ee5e64394
commit
23bd8f73bf
@ -59,7 +59,7 @@ const NavItem = ({ icon, selected, id, setSelected, logo, path }) => {
|
|||||||
<AnimatePresence>
|
<AnimatePresence>
|
||||||
{selected && (
|
{selected && (
|
||||||
<motion.span
|
<motion.span
|
||||||
className="absolute inset-0 rounded-md bg-indigo-600 z-0"
|
className="absolute inset-0 rounded-md bg-emerald-600 z-0"
|
||||||
initial={{ scale: 0 }}
|
initial={{ scale: 0 }}
|
||||||
animate={{ scale: 1 }}
|
animate={{ scale: 1 }}
|
||||||
exit={{ scale: 0 }}
|
exit={{ scale: 0 }}
|
||||||
|
|||||||
@ -58,7 +58,7 @@ function TaskCard({ task, deleteTask, updateTask }) {
|
|||||||
<textarea
|
<textarea
|
||||||
className="
|
className="
|
||||||
h-[90%]
|
h-[90%]
|
||||||
w-full resize-none border-none rounded bg-transparent text-white focus:outline-none
|
w-full resize-none border-none rounded bg-transparent text-black focus:outline-none
|
||||||
"
|
"
|
||||||
value={task.content}
|
value={task.content}
|
||||||
autoFocus
|
autoFocus
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user