The baseline is shorter than the new snapshot (1168x162 to 1168x163).
Baseline History
Build 10272a2733b
Current build. There are unaccepted changes, so build 911 is still the baseline.
Build 9114890eec current baseline
Accepted by jeyanthi-sm.
Commenting is disabled because there's a newer build on this branch
DOM Diff
file.html a
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
-
<button class="
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
4 |
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
|
5 |
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
6 |
stroke-linejoin="round" class="lucide lucide-share h-4 w-4">
|
7 |
<path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"></path>
|
1 |
+
<button class="rounded-md px-6 outline disabled:outline-none flex items-center gap-2 text-center
|
2 |
+
bg-brand-alt-nebula-200 outline-2 text-black outline-transparent
|
3 |
+
hover:bg-brand-alt-nebula-400
|
4 |
+
active:outline-brand-alt-nebula-800
|
5 |
+
disabled:bg-brand-alt-nebula-800 disabled:text-brand-alt-nebula-600
|
6 |
+
py-[0.6rem]
|
7 |
+
">
|
8 |
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
|
9 |
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
10 |
stroke-linejoin="round" class="lucide lucide-share h-4 w-4">
|
11 |
<path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"></path>
|