mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-28 10:17:49 +03:00
Move the V styled name up so it's discoverable when adding ner versions. also, increment
This commit is contained in:
parent
de29750f91
commit
2bed5aaf72
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user