Tropix126 / fluent-svelte

A faithful implementation of Microsoft's Fluent Design System in Svelte.
https://fluent-svelte.vercel.app
MIT License
606 stars 26 forks source link

Textbox action button not centered #37

Closed rsuntk closed 2 years ago

rsuntk commented 2 years ago

Before you start...

What browsers are you seeing the problem on?

Chrome

Description

This happening in Fluent Svelte-REPL (i just testing)

Screenshot 2022-03-05 124413

Steps To Reproduce

No response

Expected behavior

I expect the icon is centered like in the Fluent Svelte Web

Screenshot 2022-03-05 124324

Relevant Assets

No response

Tropix126 commented 2 years ago

Seems to be caused by some global styles added by the Svelte REPL. I've updated the REPL example with a quick hotfix.

:global(button) {
    margin: initial;
}