Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit db3839f

Browse files
committed
Merge branch 'visual/color_tags'
2 parents 0237ee1 + 33a7004 commit db3839f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

styles.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,6 @@ div.database-plugin__td.data-input span:focus {
593593

594594
.database-plugin__relationship,
595595
.react-select__option {
596-
color: rgb(66, 66, 66);
597596
box-sizing: border-box;
598597
font-weight: 400;
599598
padding: 2px 6px;
@@ -602,6 +601,10 @@ div.database-plugin__td.data-input span:focus {
602601
white-space: nowrap;
603602
}
604603

604+
.database-plugin__relationship p {
605+
color: rgb(66, 66, 66);
606+
}
607+
605608
.react-select__option + .react-select__option {
606609
margin-top: 10px;
607610
}

0 commit comments

Comments
 (0)