Skip to content

Commit a3b4757

Browse files
Fix progress bar accent colour (#3180)
Latest design system update means`bg-accent` is now `bg-accent-inverse`. Confusing change? Yes, but semantically much better now. <img width="1360" height="1216" alt="image" src="https://github.com/user-attachments/assets/fdccc888-7fcb-419c-9c19-f46b3c4f040f" />
1 parent 1cc2ce6 commit a3b4757

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/ui/lib/Progress.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const Progress = (props: ProgressProps) => (
2525
{...ariaLabel(props)}
2626
>
2727
<div
28-
className="bg-accent h-1 rounded-[1px]"
28+
className="bg-accent-inverse h-1 rounded-[1px]"
2929
style={{
3030
width: `${props.value}%`,
3131
transition:

0 commit comments

Comments
 (0)