fix: list layout block border color (#4278)
This commit is contained in:
parent
d9f11733ad
commit
b74a0ea4d3
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export const IssueBlocksList: FC<Props> = (props) => {
|
|||
key={`${issueId}`}
|
||||
defaultHeight="3rem"
|
||||
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}
|
||||
>
|
||||
<IssueBlock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue