File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 background : var (--pf-t--global--color--nonstatus--orange--default );
4646 }
4747 & [data-kind = "code" ] {
48- background : var (--pf-t--global--color--nonstatus--blue --default );
48+ background : var (--pf-t--global--color--nonstatus--purple --default );
4949 }
5050}
5151
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const CustomNode: FunctionComponent<CustomNodeProps> = (
1919 const badgeColor = / R e a d / . test ( label )
2020 ? "var(--pf-t--global--color--nonstatus--orange--default)"
2121 : / C o d e / . test ( label )
22- ? "var(--pf-t--global--color--nonstatus--blue --default)"
22+ ? "var(--pf-t--global--color--nonstatus--purple --default)"
2323 : / L L M / . test ( label )
2424 ? "var(--pf-t--global--color--nonstatus--teal--default)"
2525 : "var(--pf-t--color--white)"
Original file line number Diff line number Diff line change 8484 background-color : var (--pf-t--global--icon--color--disabled );
8585 }
8686 & [data-kind = "code" ] {
87- background-color : var (--pf-t--global--color--nonstatus--blue --default );
87+ background-color : var (--pf-t--global--color--nonstatus--purple --default );
8888 }
8989 & [data-kind = "read" ] {
9090 background-color : var (--pf-t--global--color--nonstatus--orange--default );
You can’t perform that action at this time.
0 commit comments