Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FluentButton Loading] Fix button when style is applied #1146

Merged
merged 2 commits into from
Dec 18, 2023

Conversation

dvoituron
Copy link
Collaborator

[FluentButton Loading] Fix button when style is applied

    <FluentButton Loading="@loading"
                  OnClick="@StartLoadingAsync" 
                  Appearance="Appearance.Accent">
        Loading
    </FluentButton>

    <FluentButton Style="width: 70%"
                  Appearance="Appearance.Accent"
                  Loading="@loading"
                  OnClick="@StartLoadingAsync">
        Load
    </FluentButton>

peek

@dvoituron dvoituron requested a review from vnbaaij December 17, 2023 20:57
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-pebble-0dc79cb03-1146.westeurope.3.azurestaticapps.net

@vnbaaij vnbaaij merged commit f8aed5d into dev Dec 18, 2023
3 of 4 checks passed
@vnbaaij vnbaaij deleted the users/dvoituron/button-loading-style branch December 18, 2023 09:14
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-pebble-0dc79cb03-1146.westeurope.3.azurestaticapps.net

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants