Skip to content

Commit 9d1f2e9

Browse files
authored
🚚 refactor(Border): move code to Masa.Blazor (#595)
1 parent 494fc41 commit 9d1f2e9

4 files changed

Lines changed: 2 additions & 60 deletions

File tree

β€Žsrc/Component/BlazorComponent/Components/Border/BBorder.razorβ€Ž

Lines changed: 0 additions & 7 deletions
This file was deleted.

β€Žsrc/Component/BlazorComponent/Components/Border/BBorder.razor.csβ€Ž

Lines changed: 0 additions & 52 deletions
This file was deleted.

β€Žsrc/Component/BlazorComponent/Extensions/BemExtensions.csβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static IBem AddElevation(this IBem bem, StringNumber? elevation)
3333
return bem;
3434
}
3535

36-
public static IBem AddRounded(this IBem bem, StringBoolean? rounded, bool tile)
36+
public static IBem AddRounded(this IBem bem, StringBoolean? rounded, bool tile = false)
3737
{
3838
if (tile)
3939
{

β€Žsrc/Component/BlazorComponent/Services/Borders.csβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ο»Ώnamespace BlazorComponent
22
{
3+
// TODO: rename to Border
34
public enum Borders
45
{
56
None = 0,

0 commit comments

Comments
Β (0)