Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
astone123 committed Apr 17, 2023
1 parent bca3723 commit e4e9816
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/app/src/debug/DebugRunNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
</div>
<div
v-if="runs.length === 100"
class="border-t"
class="border-t border-indigo-100"
>
<DebugRunNavigationLimitMessage :run-url="currentRunUrl" />
</div>
Expand Down
4 changes: 2 additions & 2 deletions packages/app/src/debug/DebugRunNavigationLimitMessage.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="flex p-5 align-center">
<div class="mr-2 pt-1">
<div class="flex text-sm p-4 align-center">
<div class="mr-2 pt-[2px]">
<IconWarningCircle
stroke-color="gray-500"
fill-color="gray-50"
Expand Down

0 comments on commit e4e9816

Please sign in to comment.