Enhance board style
This commit is contained in:
parent
9980afe15c
commit
184db85bdc
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ const StyledBoard = styled.div.attrs(() => ({ className: "board" }))`
|
|||
background-image: url(/board.png);
|
||||
width: ${({ size }) => size}px;
|
||||
height: ${({ size }) => size}px;
|
||||
border-radius: 1em;
|
||||
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
|
||||
rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
|
||||
rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;*
|
||||
`;
|
||||
|
||||
export const Board = ({ user, users, getComponent }) => {
|
||||
|
|
Loading…
Reference in a new issue