Skip to content

Commit

Permalink
use Fluent Component
Browse files Browse the repository at this point in the history
  • Loading branch information
konnta0 committed Jan 12, 2024
1 parent 6b23e4f commit da76cf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<profile-item class="profile">
@Title : @ChildContent
<FluentLabel Typo="Typography.Subject" Color="Color.Accent" Weight="FontWeight.Bold">@Title : @ChildContent</FluentLabel>
</profile-item>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<profiles class="profiles">
<h3>Profiles</h3>
<FluentLabel Typo="Typography.H3" Color="Color.Accent" Weight="FontWeight.Bold">Profiles</FluentLabel>
<ProfileItem Title="Name">
Kota Suzuki
<FluentLabel Typo="Typography.Subject" Color="Color.Accent" Weight="FontWeight.Bold">Kota Suzuki</FluentLabel>
</ProfileItem>
<ProfileItem Title="Date of birth">
1992-02-04
Expand Down

0 comments on commit da76cf6

Please sign in to comment.