diff --git a/rasa-ext-style.cabal b/rasa-ext-style.cabal
--- a/rasa-ext-style.cabal
+++ b/rasa-ext-style.cabal
@@ -1,5 +1,5 @@
 name: rasa-ext-style
-version: 0.1.2
+version: 0.1.3
 cabal-version: >=1.10
 build-type: Simple
 license: MIT
@@ -22,7 +22,7 @@
         Rasa.Ext.Style
     build-depends:
         base >=4.8 && <5,
-        rasa >=0.1.6 && <0.2,
+        rasa >=0.1.7 && <0.2,
         lens ==4.14.*,
         data-default >=0.7.1.1 && <0.8
     default-language: Haskell2010
diff --git a/src/Rasa/Ext/Style.hs b/src/Rasa/Ext/Style.hs
--- a/src/Rasa/Ext/Style.hs
+++ b/src/Rasa/Ext/Style.hs
@@ -6,7 +6,6 @@
 
 import Data.Default
 import Control.Applicative
-import Control.Monad
 
 -- | These represent the possible colors for 'fg' or 'bg'.
 -- 'DefColor' represents the terminal's default color.
@@ -88,4 +87,4 @@
 -- >    style
 -- >    ...
 style :: Action ()
-style = void . afterRender $ buffersDo_ $ styles .= []
+style = afterEveryRender_ $ buffersDo_ $ styles .= []
