Skip to content

Commit

Permalink
Addressing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Kitanov authored and Ivan Kitanov committed Jun 6, 2024
1 parent 18981dd commit cb78c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/inputs/textarea/styling/App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
{
await this.RegisterIconRef.EnsureReady();
string feedback = "<svg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'><path d='M480-360q17 0 28.5-11.5T520-400q0-17-11.5-28.5T480-440q-17 0-28.5 11.5T440-400q0 17 11.5 28.5T480-360Zm-40-160h80v-240h-80v240ZM80-80v-720q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H240L80-80Zm126-240h594v-480H160v525l46-45Zm-46 0v-480 480Z'/></svg>";
await this.RegisterIconRef.RegisterIconFromTextAsync("feedback", feedback, "material");

await this.RegisterIconRef.RegisterIconFromTextAsync("feedback", feedback, "material");
}
}

}

0 comments on commit cb78c51

Please sign in to comment.