feat: can't remember what I did fuck it w/e

This commit is contained in:
Nick 2024-11-11 20:06:06 -06:00
parent 5ff83e3585
commit 81b3c4b106
3 changed files with 91 additions and 69 deletions

View file

@ -1,6 +1,6 @@
module Pages.Dodgers exposing (Model, Msg, page)
import Config.Identity as ID exposing (..)
import Config.Identity exposing (dodgersName)
import Config.Theme as T exposing (..)
import Effect exposing (Effect)
import Element exposing (..)
@ -158,7 +158,7 @@ makeRow makeRowInput =
}
]
, row paragraphBoldFormat [ text "Dodges:" ]
, column [spacing 8] dodgeRows
, column [ spacing 8 ] dodgeRows
]
]
@ -177,6 +177,7 @@ type alias PropType =
}
dodgers : List (Element msg)
dodgers =
let
dodgeType : DodgeType