Browse Source

Merge pull request #1 from QuickMythril/file-readability

Modify file element color
main
Qortal Dev 6 months ago committed by GitHub
parent
commit
3695fcea44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/components/FileElement.tsx

2
src/components/FileElement.tsx

@ -27,7 +27,7 @@ const Widget = styled('div')(({ theme }) => ({
// backgroundColor:
// theme.palette.mode === 'dark' ? 'rgba(0,0,0,0.6)' : 'rgba(255,255,255,0.4)',
backdropFilter: 'blur(40px)',
background: 'skyblue',
background: '#03a9f4',
transition: '0.2s all',
'&:hover': {
opacity: 0.75

Loading…
Cancel
Save