Archived
1
0
Fork 0

reduce outline width

This commit is contained in:
多羅狼 2024-02-05 17:24:35 +08:00 committed by GitHub
parent 743b99f90f
commit b53687d993
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,7 +120,7 @@ class WordleBoardImage:
background_color: str
cell_size = 50
margin = 10
outline_width = 3
outline_width = 2
rows = 6
columns = 5
green_color = (107, 169, 100)