Philipp Spiess 0796653527
Correctly merge tuple values when using the plugin API (#14260)
We noticed that when the `defaultTheme` (change for this is coming in
#14257) defines a tuple that is also defined in the CSS theme, the
values are incorrectly merged as objects instead of overwritten.
However, CSS theme values should take precedence, even when they use
tuple syntax.

Proper coverage of this will come once `#14257` is merged when calling
`theme(fontSize.xs[1].lineHeight)` will also have a default value passed
in from the `defaultTheme`.
2024-08-26 16:23:52 +02:00
..
2024-03-05 14:29:15 +01:00