Skip to content

Commit

Permalink
[pocketbase#4707] added constrasting border to the default email temp…
Browse files Browse the repository at this point in the history
…late btn style
  • Loading branch information
ganigeorgiev committed Apr 5, 2024
1 parent d5fc74d commit bee8e08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

- Fixed '~' auto wildcard wrapping when the param has escaped `%` character ([#4704](https://github.com/pocketbase/pocketbase/discussions/4704)).

- Added contrasting border around the default mail template btn style to make it slightly more visible in case the mail client renders the content on a dark background ([#4707](https://github.com/pocketbase/pocketbase/issues/4707)).

- Updated Go deps and bumped the min Go version in the GitHub release action to Go 1.22.2 since it comes with [some `net/http` security and bug fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.22.2).


Expand Down
1 change: 1 addition & 0 deletions mails/templates/layout.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const Layout = `
display: inline-block;
vertical-align: top;
border: 0;
outline: 1px solid #e5e5e5;
cursor: pointer;
color: #fff !important;
background: #16161a !important;
Expand Down

0 comments on commit bee8e08

Please sign in to comment.