From 458399b1daa17eed7b53ae1c3b12d358cb2e504f Mon Sep 17 00:00:00 2001 From: Cody Mullins <1738479+codymullins@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:33:31 -0400 Subject: [PATCH] update PureLabel styling, add size options for PureTabs --- .../Essentials/PureLabel.razor | 11 ++++- .../Layout/PureTabButton.razor | 45 +++++++++++++------ .../Layout/PureTabs.razor | 41 +++++++---------- 3 files changed, 56 insertions(+), 41 deletions(-) diff --git a/src/Pure.Blazor.Components/Essentials/PureLabel.razor b/src/Pure.Blazor.Components/Essentials/PureLabel.razor index 6dd0cc3..847baa9 100644 --- a/src/Pure.Blazor.Components/Essentials/PureLabel.razor +++ b/src/Pure.Blazor.Components/Essentials/PureLabel.razor @@ -1,5 +1,5 @@ @inherits PureComponent -