style 大一點

This commit is contained in:
2023-02-14 01:04:15 -05:00
parent df44be2b1b
commit 2fa1105f40
17 changed files with 260 additions and 276 deletions

View File

@ -71,7 +71,7 @@ defmodule MemexWeb.ViewHelpers do
img_data =
content
|> EQRCode.encode()
|> EQRCode.png(width: width, background_color: <<39, 39, 42>>, color: <<255, 255, 255>>)
|> EQRCode.png(width: width, background_color: <<24, 24, 27>>, color: <<255, 255, 255>>)
|> Base.encode64()
"data:image/png;base64," <> img_data