Use bullet marker in welcome scheme cards
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -95,11 +95,11 @@ function SchemeCard({ block, side, row }: { block: SchemeBlock; side: "left" | "
|
||||
{block.items.map((item) => (
|
||||
<li
|
||||
key={item}
|
||||
className="relative pl-5 leading-normal"
|
||||
className="relative pl-4 leading-normal"
|
||||
style={{ fontSize: "14.5px" }}
|
||||
>
|
||||
<span className="absolute left-0" style={{ color: "var(--muted-foreground)" }}>
|
||||
—
|
||||
•
|
||||
</span>
|
||||
{item}
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user