Skip to content

Commit

Permalink
[bugfix] fix ray event style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreezag committed May 9, 2024
1 parent 8a90769 commit acd6a54
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 acd6a54

Please sign in to comment.