We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa231dd commit 88a884aCopy full SHA for 88a884a
demo/.gitignore
@@ -0,0 +1 @@
1
+.vercel
src/styles/tokens.scss
@@ -28,7 +28,8 @@ $tail-width: (
28
'2xl': 107px
29
);
30
31
-/* Adjust vertical offset to visually center tail icon within circular avatar */
+/* Adjust vertical offset to visually center tail icon within circular avatar
32
+ * Based on optical centering from design spec, not mathematical centering */
33
$tail-offset-y: (
34
'xs': 3px,
35
'sm': 4px,
0 commit comments