Skip to content
Snippets Groups Projects
Commit 34ae5794 authored by Niklas Schrötler's avatar Niklas Schrötler
Browse files

ScreenBar: Made slightly transparent for backgroundImage mode

parent 63b74f5d
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ const ScreenBar = () => { ...@@ -28,7 +28,7 @@ const ScreenBar = () => {
}, []) }, [])
return ( return (
<div className={"flex flex-row justify-between px-8 py-6"}> <div className={"flex flex-row justify-between px-8 py-6 bg-zinc-950 bg-opacity-70"}>
<p>{date}</p> <p>{date}</p>
<p>{time}</p> <p>{time}</p>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment