Skip to content

Commit

Permalink
fix: 🐛 Fix terminal style problems
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Jul 1, 2024
1 parent b989140 commit 9fc1ded
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
width="80%"
:close-on-click-modal="false"
:close-on-press-escape="true"
class="overflow-hidden rounded-md el-dialog-headless dark:border dark:border-gray-700"
class="overflow-hidden !rounded-md el-dialog-headless dark:border dark:border-gray-700"
@open="onOpen"
>
<el-icon
Expand Down

0 comments on commit 9fc1ded

Please sign in to comment.