Skip to content

Commit f05f0c6

Browse files
PR comments
1 parent d774348 commit f05f0c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Screenshot.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class="screenshot_menu"
66
border="md"
77
>
8-
<v-card color="#3c9983" class="pa-0">
8+
<v-card color="bg-primary" class="pa-0">
99
<v-card-title>
1010
<h3 class="mt-4">Take a screenshot</h3>
1111
</v-card-title>
@@ -44,7 +44,7 @@
4444
text
4545
@click="emit('close')"
4646
class="ml-8 mb-4"
47-
>Cancel</v-btn
47+
>Close</v-btn
4848
>
4949
<v-btn
5050
variant="outlined"

0 commit comments

Comments
 (0)