Compare commits

...

4 Commits
0.6.2 ... 0.6.4

Author SHA1 Message Date
Viktor Rådberg
ef06e0d125 bump 2024-02-09 23:04:29 +01:00
Viktor Rådberg
ae9f5707b2 update blur 2024-02-09 23:04:14 +01:00
Viktor Rådberg
a18c253624 bump 2024-01-31 23:12:46 +01:00
Viktor Rådberg
3f319c4f3c add some blur to settings 2024-01-31 23:12:31 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "life-trinket",
"private": true,
"version": "0.6.2",
"version": "0.6.4",
"type": "commonjs",
"engines": {
"node": ">=18",

View File

@@ -27,6 +27,7 @@ const PlayerMenuWrapper = twc.div`
w-full
h-full
bg-background-settings
backdrop-blur-[3px]
items-center
justify-center
z-[2]