Skip to content

Commit

Permalink
fix css style '.button.color' does not work in Gmail web view
Browse files Browse the repository at this point in the history
  • Loading branch information
Nguyen Viet Tuan committed May 8, 2019
1 parent 2f49bb1 commit d466dfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func (dt *Default) HTMLTemplate() string {
width: 200px;
background-color: #3869D4;
border-radius: 3px;
color: #ffffff;
color: #ffffff !important;
font-size: 15px;
line-height: 45px;
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion flat.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func (dt *Flat) HTMLTemplate() string {
display: inline-block;
width: 100%;
background-color: #00948d;
color: #ffffff;
color: #ffffff !important;
font-size: 15px;
line-height: 45px;
text-align: center;
Expand Down

0 comments on commit d466dfb

Please sign in to comment.