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.
1 parent 8a90769 commit acd6a54Copy full SHA for acd6a54
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