mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 13:54:20 +03:00
launch: tile borders use scales.black20
This commit is contained in:
parent
8458b40e34
commit
caffdcbc68
@ -46,7 +46,7 @@ export default class Tile extends React.Component {
|
||||
borderRadius={2}
|
||||
overflow="hidden"
|
||||
bg={bg || "white"}
|
||||
color={props?.color || 'washedGray'}
|
||||
color={props?.color || 'scales.black20'}
|
||||
boxShadow={boxShadow || '0 0 0px 1px inset'}
|
||||
>
|
||||
<Box
|
||||
|
Loading…
Reference in New Issue
Block a user