]> gitweb.factorcode.org Git - factor.git/commitdiff
fix button background (from Keith Lazuka <klazuka@gmail.com>)
authorJoe Groff <arcata@gmail.com>
Wed, 16 Sep 2009 18:42:40 +0000 (13:42 -0500)
committerJoe Groff <arcata@gmail.com>
Wed, 16 Sep 2009 18:42:40 +0000 (13:42 -0500)
basis/ui/gadgets/buttons/buttons.factor

index 26cbafc0d54277dec2103699a5d780b14b6fcdfe..fb6f8153e962f6d6a8031986ee203e7ae350eba9 100644 (file)
@@ -119,7 +119,7 @@ PRIVATE>
         [ append theme-image ] tri-curry@ tri
     ] 2dip <tile-pen> ;
 
-CONSTANT: button-background COLOR: FactorLightTan
+CONSTANT: button-background COLOR: FactorTan
 CONSTANT: button-clicked-background COLOR: FactorDarkSlateBlue
 
 : <border-button-pen> ( -- pen )