Skip to content

Commit

Permalink
Merge pull request #144 from buggregator/bugfix/ray-event-content
Browse files Browse the repository at this point in the history
[bugfix] fix ray event style
  • Loading branch information
butschster committed May 9, 2024
2 parents 8a90769 + acd6a54 commit d499866
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/entities/ray/ui/ray-event/ray-event.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ defineProps<Props>();
}
.ray-event__text {
@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;
@apply border-gray-300 text-gray-200 bg-gray-800;
}
.ray-event__text-in {
Expand Down

0 comments on commit d499866

Please sign in to comment.