mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
chore: issue load more text color updated (#5174)
This commit is contained in:
committed by
GitHub
parent
2ad1047323
commit
8771c80c9b
@@ -114,7 +114,7 @@ export const ListGroup = observer((props: Props) => {
|
||||
) : (
|
||||
<div
|
||||
className={
|
||||
"h-11 relative flex items-center gap-3 bg-custom-background-100 border border-transparent border-t-custom-border-200 pl-8 p-3 text-sm font-medium text-custom-text-350 hover:text-custom-text-300 hover:underline cursor-pointer"
|
||||
"h-11 relative flex items-center gap-3 bg-custom-background-100 border border-transparent border-t-custom-border-200 pl-8 p-3 text-sm font-medium text-custom-primary-100 hover:text-custom-primary-200 hover:underline cursor-pointer"
|
||||
}
|
||||
onClick={() => loadMoreIssues(group.id)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user