Skip to content

Commit c84c8be

Browse files
authored
Remove duplicated border-2 class from copy-box (#221)
boxClasses() already implements a border-2 class by default
1 parent 15e1c43 commit c84c8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</span>
1616
</div>
1717
<div
18-
class="copy-box border-2 rounded-md bg_white"
18+
class="copy-box rounded-md bg_white"
1919
:class="boxClasses"
2020
>
2121
<span

0 commit comments

Comments
 (0)