We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42aa367 commit 9cfb3e9Copy full SHA for 9cfb3e9
2 files changed
.changeset/pink-months-lose.md
@@ -0,0 +1,5 @@
1
+---
2
+"@ultraviolet/ui": patch
3
4
+
5
+`BarChart`: fix legend placement (firefox)
packages/ui/src/helpers/nivoTheme.ts
@@ -13,6 +13,7 @@ export const getNivoTheme = (theme: ReturnType<typeof useTheme>) =>
13
},
14
15
text: {
16
+ dominantBaseline: 'middle',
17
fill: theme.colors.neutral.text,
18
fontFamily: theme.typography.body.fontFamily,
19
fontSize: theme.typography.bodySmall.fontSize,
0 commit comments