Skip to content

Commit efc9caf

Browse files
authored
Merge pull request #138 from buggregator/hotfix/130
Fixes ray exception icons color
2 parents 271c104 + c5c0fff commit efc9caf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/entities/ray/ui/ray-file/ray-file.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,16 @@ const hasSnippets = computed(() =>
6363
}
6464
6565
.ray-file__title {
66-
@apply break-all font-semibold;
66+
@apply break-all text-gray-800 dark:text-white font-semibold;
6767
}
6868
6969
.ray-file__title-in {
7070
@include text-muted;
71+
@apply font-light;
7172
}
7273
7374
.ray-file__icon {
74-
@apply w-5 h-4 py-1 rounded;
75+
@apply w-5 h-4 py-1 rounded text-gray-800 dark:text-white;
7576
}
7677
7778
.ray-file__icon--collapsed {

0 commit comments

Comments
 (0)