Compare commits

..

2 Commits
0.6.2 ... 0.6.3

Author SHA1 Message Date
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.3",
"type": "commonjs",
"engines": {
"node": ">=18",

View File

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