mirror of
https://github.com/Ategon/Jamjar.git
synced 2025-02-12 06:16:21 +00:00
Force white text
This commit is contained in:
parent
3cc2d95007
commit
469c16fac6
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ import { Calendar } from "lucide-react";
|
|||
|
||||
export default function JamHeader() {
|
||||
return (
|
||||
<div className="bg-[#124a88] flex rounded-2xl overflow-hidden">
|
||||
<div className="bg-[#124a88] flex rounded-2xl overflow-hidden text-white">
|
||||
<div className="bg-[#1892b3] p-4 px-6 flex items-center gap-2 font-bold">
|
||||
<Calendar />
|
||||
<p>Dare2Jam 1</p>
|
||||
|
|
|
@ -3,7 +3,7 @@ import Timer from "./Timer";
|
|||
|
||||
export default function Timers() {
|
||||
return (
|
||||
<div>
|
||||
<div className="text-white">
|
||||
<Timer
|
||||
name="Jam Start"
|
||||
targetDate={new Date("2025-04-04T18:00:00-05:00")}
|
||||
|
|
Loading…
Reference in a new issue