ui_kit-ui_components/feat/export-ui-kit #157

Merged
hugo merged 5 commits from ui_kit-ui_components/feat/export-ui-kit into master 2023-02-23 09:40:45 +00:00
Showing only changes of commit 81c8851ac8 - Show all commits

View File

@ -62,7 +62,6 @@ abstract class ThemeResolver<S extends ThemeStyle<S>, T, E> {
Theme.of(context).extension<T>(),
extra: extra,
),
// _computeExtensionValue(context, extra: extra),
customStyleFn(context, extra: extra)
malo marked this conversation as resolved
Review

remove this useless

remove this useless
],
transform: (value) => value,