Skip to content

Commit d499866

Browse files
authored
Merge pull request #144 from buggregator/bugfix/ray-event-content
[bugfix] fix ray event style
2 parents 8a90769 + acd6a54 commit d499866

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ defineProps<Props>();
2626
}
2727
2828
.ray-event__text {
29-
@apply p-3 border border-gray-300 dark:border-gray-600 bg-gray-800 flex w-full overflow-auto;
29+
@apply p-3 border flex w-full overflow-auto;
30+
@apply border-gray-300 text-gray-200 bg-gray-800;
3031
}
3132
3233
.ray-event__text-in {

0 commit comments

Comments
 (0)