fix(picker): mark main button as strong

This commit is contained in:
Manu Mtz.-Almeida
2016-12-05 22:59:54 +01:00
parent 672266d4f7
commit af7139b7ab
3 changed files with 6 additions and 3 deletions

View File

@@ -318,5 +318,5 @@ $button-ios-round-border-radius: $button-round-border-radius
// --------------------------------------------------
.button-strong-ios {
font-weight: bold;
font-weight: 600;
}