ShareDialog:Posistion

Build 1045 on development/components
1200px
Read only
The baseline is taller and thinner than the new snapshot (113x40 to 119x38).
Baseline History
Build 10459a0fa59
Current build. There are unaccepted changes, so build 911 is still the baseline.
Build 9114890eec current baseline
Accepted by jeyanthi-sm.
No comments
DOM Diff
file.html a CHANGED
@@ -1,7 +1,11 @@
1
- <button class="sc-gEvEer gJTNGA flex items-center justify-center gap-2"
2
- type="button" aria-haspopup="dialog" aria-expanded="false" aria-controls="radix-0"
3
- data-state="closed">
 
 
 
 
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 justify-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>