]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/tools/browser/popups/popups.factor
Replaced hard-coded colors with constants
[factor.git] / basis / ui / tools / browser / popups / popups.factor
index c792608e7007c2ec4586a414576fd1f1f70804f2..d4f01fd7950d5151bbcdb9abc555d62464040da8 100644 (file)
@@ -32,7 +32,7 @@ TUPLE: links-popup < wrapper ;
         30 >>max-cols ;
 
 : <links-popup> ( model quot title -- gadget )
-    [ <links-table> COLOR: white <solid> >>interior ] dip
+    [ <links-table> content-background <solid> >>interior ] dip
     popup-color <labeled> links-popup new-wrapper ;
 
 links-popup H{