summaryrefslogtreecommitdiff
path: root/src/components/SnackbarIndicator/styles.js
blob: 523c12002e2bbf85dd2e70b079437b55320bda32 (plain)
1
2
3
4
5
6
7
8
9
10
11
const snackbarContainer = {
  vertical: 'bottom',
  horizontal: 'center',
};

const customAlert = {
  width: '100%',
};

const styles = { snackbarContainer, customAlert };
export default styles;