Skip to content

Commit

Permalink
Temp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
melroydsa committed Apr 11, 2024
1 parent bdcbd89 commit 140d5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/timechart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";

const timechart = () => {
return (
<div className=" w-full h-fit items-center space-y-3">
<div className=" w-full h-fit items-center space-y-3 bg-blue-500">
<div className="relative w-full h-fit flex items-center font-staat">
<div className="absolute h-0.5 w-full bg-primary rounded-full" />
<div className="relative h-12 w-1/6 ml-2 bg-secondary rounded-full flex items-center">
Expand Down

0 comments on commit 140d5de

Please sign in to comment.