diff options
| author | Haishan <[email protected]> | 2018-10-21 00:38:13 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2018-10-21 00:38:13 +0800 |
| commit | 380f5ad582325f1e736f897ac9c779bfd36f8035 (patch) | |
| tree | 73db0308056ff1d4e331ed0c30b62561aae68f8c /src/components/Modal.module.scss | |
| parent | 0d5cc1e0ae844bf52e7164b4b535a3bd93102381 (diff) | |
feat: support authorization secret
* also make redux store the single truth store for API information
Diffstat (limited to 'src/components/Modal.module.scss')
| -rw-r--r-- | src/components/Modal.module.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/Modal.module.scss b/src/components/Modal.module.scss index 46feef0..c2865b7 100644 --- a/src/components/Modal.module.scss +++ b/src/components/Modal.module.scss @@ -5,7 +5,8 @@ right: 0; left: 0; bottom: 0; - background: rgba(255, 255, 255, 0.5); + // background: rgba(255, 255, 255, 0.5); + background: #444; } .content { |
