mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 22:03:50 +03:00
launch: changes tile border color
fixes https://github.com/urbit/landscape/issues/262
This commit is contained in:
parent
5020ab48e9
commit
c90bd2a7dd
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user