fix(instant): darken overlay color
This commit is contained in:
BIN
packages/instant/public/augur_screenshot.png
Normal file
BIN
packages/instant/public/augur_screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 351 KiB |
@@ -31,6 +31,11 @@
|
||||
height: 100vh;
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.full-screen {
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
@@ -58,6 +63,7 @@
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<img id="augurScreenshot" class="full-screen" src="./augur_screenshot.png" />
|
||||
<div id="zeroExInstantContainer"></div>
|
||||
<script>
|
||||
// Simulate history
|
||||
|
||||
@@ -33,7 +33,7 @@ export const Overlay =
|
||||
|
||||
Overlay.defaultProps = {
|
||||
zIndex: zIndex.overlayDefault,
|
||||
backgroundColor: generateOverlayBlack(0.6),
|
||||
backgroundColor: generateOverlayBlack(0.9),
|
||||
};
|
||||
|
||||
Overlay.displayName = 'Overlay';
|
||||
|
||||
Reference in New Issue
Block a user