Fleet UI: Update activity feed colors (#24655)

This commit is contained in:
RachelElysia 2024-12-18 10:10:59 -05:00 committed by GitHub
parent 4fdba7b82d
commit ad79eadfbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@
}
&__dash {
border-right: 1px dashed $ui-fleet-black-10;
border-right: 1px dashed $ui-fleet-black-25;
grid-column-start: 1;
grid-row-start: 2;
grid-row-end: 3;
@ -46,7 +46,7 @@
&__details-bottomline {
font-size: $xx-small;
color: $ui-fleet-black-25;
color: $ui-fleet-black-50;
}
&__show-query-icon {

View file

@ -10,7 +10,7 @@
}
&__dash {
border-right: 1px dashed $ui-fleet-black-10;
border-right: 1px dashed $ui-fleet-black-25;
grid-column-start: 1;
grid-row-start: 2;
grid-row-end: 3;
@ -46,7 +46,7 @@
&__details-bottomline {
font-size: $xx-small;
color: $ui-fleet-black-25;
color: $ui-fleet-black-50;
}
&__show-query-icon {