diff --git a/lucid-foundation.cabal b/lucid-foundation.cabal
--- a/lucid-foundation.cabal
+++ b/lucid-foundation.cabal
@@ -1,5 +1,5 @@
 Name:                   lucid-foundation
-Version:                0.0.2
+Version:                0.0.2.1
 Author:                 Athan Clark <athan.clark@gmail.com>
 Maintainer:             Athan Clark <athan.clark@gmail.com>
 License:                BSD3
diff --git a/src/Lucid/Foundation/Typography/Labels.hs b/src/Lucid/Foundation/Typography/Labels.hs
--- a/src/Lucid/Foundation/Typography/Labels.hs
+++ b/src/Lucid/Foundation/Typography/Labels.hs
@@ -9,7 +9,7 @@
 import Data.Monoid
 
 
-label_ :: T.Text
-label_ = " label "
+label_class_ :: T.Text
+label_class_ = " label "
 
 
