Fix spelling mistake in 5x5 CSS

Possibly not the worst bug ever found in Textual, but once seen you can't
unsee it.
This commit is contained in:
Dave Pearson
2022-10-28 07:34:33 +01:00
parent 93e75f3f0e
commit daa69d4591

View File

@@ -1,5 +1,5 @@
$animation-type: linear;
$animatin-speed: 175ms;
$animation-speed: 175ms;
Game {
align: center middle;
@@ -43,7 +43,7 @@ GameCell {
height: 100%;
background: $surface;
border: round $surface-darken-1;
transition: background $animatin-speed $animation-type, color $animatin-speed $animation-type;
transition: background $animation-speed $animation-type, color $animation-speed $animation-type;
}
GameCell:hover {