diff --git a/GPW.CORE.SMART/Components/TimbList.razor b/GPW.CORE.SMART/Components/TimbList.razor
index 6b0e0dd..ee2a729 100644
--- a/GPW.CORE.SMART/Components/TimbList.razor
+++ b/GPW.CORE.SMART/Components/TimbList.razor
@@ -2,7 +2,7 @@
@using GPW.CORE.Smart.Data
-
+
@if (EnableAdmin)
diff --git a/GPW.CORE.SMART/Components/TimbList.razor.cs b/GPW.CORE.SMART/Components/TimbList.razor.cs
index c2a5338..5f65632 100644
--- a/GPW.CORE.SMART/Components/TimbList.razor.cs
+++ b/GPW.CORE.SMART/Components/TimbList.razor.cs
@@ -15,6 +15,10 @@ namespace GPW.CORE.Smart.Components
[Parameter]
public bool EnableEdit { get; set; } = false;
+
+ [Parameter]
+ public string TextCss { get; set; } = "text-dark";
+
private bool isLoading { get; set; } = false;
[Parameter]
diff --git a/GPW.CORE.SMART/Components/TimbUser.razor b/GPW.CORE.SMART/Components/TimbUser.razor
index dde0f13..bd7d823 100644
--- a/GPW.CORE.SMART/Components/TimbUser.razor
+++ b/GPW.CORE.SMART/Components/TimbUser.razor
@@ -11,5 +11,5 @@ else if (ListTimbRich.Count == 0)
}
else
{
-
+
}
\ No newline at end of file