UI: fix interface breakages on some components. Features will be migrated later

This commit is contained in:
Johannes Kirschbauer
2024-12-20 20:14:42 +01:00
parent 450408b6cb
commit f747003893
5 changed files with 19 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ const toRGB = (value: string) =>
const mkBorderUtils = (
theme: (n: string) => unknown,
prefix: string,
cssProperty: string
cssProperty: string,
) => ({
// - def colors
[`.${prefix}-def-1`]: {
@@ -278,5 +278,5 @@ export default plugin.withOptions(
},
...typography,
},
})
}),
);