Skip to content

Commit

Permalink
Fixes #1088
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll committed Sep 22, 2019
1 parent 2820ea6 commit 6b8c0f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/UniversalDashboard.Materialize/Scripts/fab.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ function New-UDFab {
[Parameter()]
[UniversalDashboard.Models.FontAwesomeIcons]$Icon,
[Parameter()]
[ValidateSet("Small", "Large")]
$Size = "Large",
[ValidateSet("small", "large")]
$Size = "large",
[Parameter()]
[Switch]$Horizontal,
[Parameter()]
Expand Down
2 changes: 1 addition & 1 deletion src/UniversalDashboard.Materialize/Tests/fab.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Describe "Fab" {

Get-TestData | should be "child"

Wait-Debugger

}
}
}

0 comments on commit 6b8c0f3

Please sign in to comment.