Skip to content

Commit 781115f

Browse files
change QR gradient color
1 parent 72645ea commit 781115f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/router/api/v1/users/qr/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ export function qr(users: Hono<{ Bindings: Environment }>, services: Services) {
7272
`<svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="0 0 39 44">
7373
<defs>
7474
<linearGradient id="grad1" x1="0%" y1="0%" x2="0%" y2="100%">
75-
<stop offset="0%" style="stop-color:#FAF35F;stop-opacity:1" />
76-
<stop offset="80%" style="stop-color:#FFAFDD;stop-opacity:1" />
75+
<stop offset="0%" style="stop-color:#FFE067;stop-opacity:1" />
76+
<stop offset="80%" style="stop-color:#FFF7D9;stop-opacity:1" />
7777
</linearGradient>
7878
<linearGradient id="grad-logo" x1="0%" y1="0%" x2="0%" y2="100%">
79-
<stop offset="0%" style="stop-color:#FFF500;stop-opacity:1" />
80-
<stop offset="80%" style="stop-color:#FF79C9;stop-opacity:1" />
79+
<stop offset="0%" style="stop-color:#FFE067;stop-opacity:1" />
80+
<stop offset="80%" style="stop-color:#FFF7D9;stop-opacity:1" />
8181
</linearGradient>
8282
</defs>
8383
<style>

0 commit comments

Comments
 (0)