Skip to content

Commit

Permalink
Closes #168, improve contrast for default header text
Browse files Browse the repository at this point in the history
  • Loading branch information
asabaylus committed Sep 20, 2019
1 parent a4889fe commit e90b32a
Show file tree
Hide file tree
Showing 10 changed files with 329 additions and 125 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ Note: It is not called if _open_ is changed by other means. Passes through to th
.my-modal { ... }
.my-overlay { ... }
.my-container { ... }
.my-header { ... }
.my-input { ... }
...
```
Expand All @@ -183,6 +184,7 @@ Note: It is not called if _open_ is changed by other means. Passes through to th
modal: "my-modal",
overlay: "my-overlay",
container: "my-container",
header: "my-header",
content: "my-content",
input: "my-input",
...
Expand Down
Loading

0 comments on commit e90b32a

Please sign in to comment.