We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3f6e7b + 113c20c commit 242b22eCopy full SHA for 242b22e
src/pages/Manual/components/ManualDetails.tsx
@@ -5,9 +5,7 @@ import { appTheme } from 'src/app/theme';
5
import { ManualResponse } from 'src/features/backoffice';
6
7
const StyledDiv = styled.div`
8
- * {
9
- color: ${appTheme.palette.grey[800]};
10
- }
+ color: ${appTheme.palette.grey[800]};
11
> div:focus {
12
box-shadow: none;
13
outline: none;
0 commit comments