We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a90769 + acd6a54 commit d499866Copy full SHA for d499866
src/entities/ray/ui/ray-event/ray-event.vue
@@ -26,7 +26,8 @@ defineProps<Props>();
26
}
27
28
.ray-event__text {
29
- @apply p-3 border border-gray-300 dark:border-gray-600 bg-gray-800 flex w-full overflow-auto;
+ @apply p-3 border flex w-full overflow-auto;
30
+ @apply border-gray-300 text-gray-200 bg-gray-800;
31
32
33
.ray-event__text-in {
0 commit comments