Move the V styled name up so it's discoverable when adding ner versions. also, increment

This commit is contained in:
Tessa Kelly 2019-07-11 14:24:31 -07:00
parent de29750f91
commit 2bed5aaf72

View File

@ -83,6 +83,11 @@ import Svg
import Svg.Attributes
styledName : String -> String
styledName suffix =
"Nri-Ui-Button-V9-" ++ suffix
{-| -}
type ButtonOrLink msg
= ButtonOrLink
@ -930,8 +935,3 @@ sizeStyle size width =
]
]
]
styledName : String -> String
styledName suffix =
"Nri-Ui-Button-V7-" ++ suffix