Skip to content

Commit

Permalink
rename spacing to sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Jul 21, 2023
1 parent d7dfaae commit 025e064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"UI.AppDocument",
"UI.AppHeader",
"UI.Color",
"UI.Spacing",
"UI.Sizing",
"UI.Sidebar",
"UI.Banner",
"UI.CopyField",
Expand Down
2 changes: 1 addition & 1 deletion src/UI/Spacing.elm → src/UI/Sizing.elm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module UI.Spacing exposing (..)
module UI.Sizing exposing (..)


type Rem
Expand Down

0 comments on commit 025e064

Please sign in to comment.