feat(ui): complete phase 4 Poyraz UI foundation
This commit is contained in:
@@ -138,12 +138,12 @@ export function JournalClient({ logs }: JournalClientProps) {
|
||||
<div className="h-80">
|
||||
<ResponsiveContainer width="100%" height="100%">
|
||||
<LineChart data={chartData} margin={{ left: -16, right: 16, top: 12, bottom: 0 }}>
|
||||
<CartesianGrid strokeDasharray="3 3" stroke="hsl(var(--border))" />
|
||||
<CartesianGrid strokeDasharray="3 3" stroke="var(--poyraz-border)" />
|
||||
<XAxis dataKey="date" tickLine={false} axisLine={false} fontSize={12} />
|
||||
<YAxis domain={[1, 5]} tickCount={5} tickLine={false} axisLine={false} fontSize={12} />
|
||||
<Tooltip
|
||||
contentStyle={{
|
||||
border: "1px solid hsl(var(--border))",
|
||||
border: "1px solid var(--poyraz-border)",
|
||||
borderRadius: 4,
|
||||
boxShadow: "0 10px 30px rgba(15, 23, 42, 0.08)",
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user