Skip to content

Commit 354cc16

Browse files
wadekargclaude
andcommitted
Remove unused colors array from StochasticPolicyWidget
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent cce132d commit 354cc16

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pages/learn/PoliciesPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ function StochasticPolicyWidget() {
144144
const [probs, setProbs] = useState([0.1, 0.1, 0.3, 0.5]) // up, down, left, right
145145
const actions = ['Up', 'Down', 'Left', 'Right']
146146
const arrows = ['\u2191', '\u2193', '\u2190', '\u2192']
147-
const colors = ['accent-blue', 'accent-red', 'accent-yellow', 'accent-green']
148147
const barClasses = ['bg-accent-blue/30', 'bg-accent-red/30', 'bg-accent-yellow/30', 'bg-accent-green/30']
149148
const badgeBgClasses = ['bg-accent-blue/20', 'bg-accent-red/20', 'bg-accent-yellow/20', 'bg-accent-green/20']
150149
const badgeTextClasses = ['text-accent-blue', 'text-accent-red', 'text-accent-yellow', 'text-accent-green']

0 commit comments

Comments
 (0)