Simplify Foreground
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module Dodge.Default.ForegroundShape where
|
||||
module Dodge.Default.ForegroundShape (defaultForeground) where
|
||||
|
||||
import Dodge.Data.ForegroundShape
|
||||
|
||||
defaultForeground :: ForegroundShape
|
||||
defaultForeground = ForegroundShape 0 0 0 0 mempty
|
||||
defaultForeground = ForegroundShape 0 0 mempty
|
||||
|
||||
Reference in New Issue
Block a user