Closes #665 - Correctly handle user not granting auth permissions, display friendly error
This commit is contained in:
11
shared/components/Notice.js
Normal file
11
shared/components/Notice.js
Normal file
@ -0,0 +1,11 @@
|
||||
// @flow
|
||||
import styled from 'styled-components';
|
||||
|
||||
const Notice = styled.p`
|
||||
background: #ffd95c;
|
||||
color: hsla(46, 100%, 20%, 1);
|
||||
padding: 10px;
|
||||
border-radius: 4px;
|
||||
`;
|
||||
|
||||
export default Notice;
|
Reference in New Issue
Block a user