fix: add dark color for abacus numerals
Added customStyles to make numerals dark gray (#1f2937) with bold weight for good contrast on white background. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -76,6 +76,12 @@ export default function HomePage() {
|
||||
soundVolume={0.4}
|
||||
scaleFactor={2.2}
|
||||
showNumbers={true}
|
||||
customStyles={{
|
||||
numerals: {
|
||||
fill: '#1f2937',
|
||||
fontWeight: 'bold',
|
||||
},
|
||||
}}
|
||||
onValueChange={(newValue: number) => setAbacusValue(newValue)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user