Commit f9d9b3b 1 parent 718512d commit f9d9b3b Copy full SHA for f9d9b3b
File tree 2 files changed +12
-9
lines changed
packages/ui/client/components
2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,14 @@ defineProps({
5
5
</script >
6
6
7
7
<template >
8
- <div
9
- bg =" gray-200"
10
- rounded-1
8
+ <button
9
+ type =" button"
10
+ dark =" op75"
11
+ bg =" gray-200 dark:#111"
12
+ hover =" op100"
13
+ rounded-1
11
14
p-0.5
12
15
>
13
- <div :class =" icon" op50 ></div >
14
- </div >
15
- </template >
16
+ <span block :class =" icon" op65 class = " dark:op85 hover:op100 " ></span >
17
+ </button >
18
+ </template >
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const duration = computed(() => {
62
62
icon =" i-carbon-result-old"
63
63
@click.prevent.stop =" emit('fixSnapshot')"
64
64
/>
65
- <IconAction
65
+ <IconAction
66
66
v-tooltip.bottom =" 'Open test details'"
67
67
data-testid =" btn-open-details"
68
68
title =" Open test details"
@@ -74,8 +74,8 @@ const duration = computed(() => {
74
74
v-tooltip.bottom =" 'Run current test'"
75
75
data-testid =" btn-run-test"
76
76
title =" Run current test"
77
- icon =" i-carbon- play-filled-alt"
78
- text = " green-500 "
77
+ icon =" i-carbon: play-filled-alt"
78
+ text-green5
79
79
@click.prevent.stop =" emit('run')"
80
80
/>
81
81
</div >
You can’t perform that action at this time.
0 commit comments