mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: list layout block border color (#4278)
This commit is contained in:
parent
d9f11733ad
commit
b74a0ea4d3
@ -28,7 +28,7 @@ export const IssueBlocksList: FC<Props> = (props) => {
|
|||||||
key={`${issueId}`}
|
key={`${issueId}`}
|
||||||
defaultHeight="3rem"
|
defaultHeight="3rem"
|
||||||
root={containerRef}
|
root={containerRef}
|
||||||
classNames={"relative border-b last:border-b-transparent"}
|
classNames="relative border-b border-b-custom-border-200 last:border-b-transparent"
|
||||||
changingReference={issueIds}
|
changingReference={issueIds}
|
||||||
>
|
>
|
||||||
<IssueBlock
|
<IssueBlock
|
||||||
|
Loading…
Reference in New Issue
Block a user