diff --git a/src/components/styled/views/Board.styled.jsx b/src/components/styled/views/Board.styled.jsx index 0d2457de..d929ecc5 100644 --- a/src/components/styled/views/Board.styled.jsx +++ b/src/components/styled/views/Board.styled.jsx @@ -2849,6 +2849,10 @@ export const BoardForm = styled.div` clear: both; } + .file-thumb { + background-color: rgba(255, 255, 255, 0.05) !important; + } + .op-container { display: grid; }