launch: changes tile border color

fixes https://github.com/urbit/landscape/issues/262
This commit is contained in:
Tyler Brown Cifu Shuster 2021-02-01 08:38:03 -08:00
parent 5020ab48e9
commit c90bd2a7dd
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ export default function LaunchApp(props) {
fontFamily="mono"
left="0"
bottom="0"
color="scales.black20"
color="washedGray"
bg="white"
ml={3}
mb={3}

View File

@ -47,8 +47,8 @@ export default class Tile extends React.Component {
borderRadius={2}
overflow="hidden"
bg={bg || "white"}
color={props?.color || 'scales.black20'}
boxShadow={boxShadow || '0 0 0px 1px inset'}
color={props?.color || 'washedGray'}
boxShadow={boxShadow || '0 0 0px 1px inset currentColor'}
style={{ gridColumnStart }}
>
<Box