Skip to content

Commit

Permalink
Update APPEARANCE_DEFAULTS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps authored Apr 4, 2017
1 parent 56fa470 commit 480edc7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Docs/APPEARANCE_DEFAULTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,15 @@ A number of appearance properties are set on `TabmanBar` by default. These can a
| `.indicator.useRoundedCorners` | `Bool` | `false` |
| `.indicator.lineWeight` | `LineWeight` | `.normal` |
| `.indicator.color` | `UIColor` | `defaultTintColor` |
|
| `.state.selectedColor` | `UIColor` | `.black` |
| `.state.color` | `UIColor` | `.black.withAlphaComponent(0.5)` |
|
| `.text.font` | `UIFont` | `UIFont.systemFont(ofSize: 16.0)` |
|
| `.layout.height` | `Height` | `.auto` |
| `.layout.interItemSpacing` | `CGFloat` | `20.0` |
| `.layout.edgeInset` | `CGFloat` | `16.0` |
| `.layout.itemVerticalPadding` | `CGFloat` | `12.0` |
|
| `.style.background` | `BackgroundStyle` | `.blur(style: .extraLight)` |
| `.style.bottomSeparatorColor` | `UIColor` | `.clear` |
|
| `.interaction.isScrollEnabled` | `Bool` | `true` |


Expand Down

0 comments on commit 480edc7

Please sign in to comment.