Darker pop-up's

This commit is contained in:
2021-05-03 15:43:03 -05:00
parent 8a9d2dc914
commit 9246b33440
3 changed files with 4 additions and 3 deletions

View File

@@ -3,5 +3,6 @@
"tabWidth": 2, "tabWidth": 2,
"semi": true, "semi": true,
"singleQuote": true, "singleQuote": true,
"jsxBracketSameLine": true "jsxBracketSameLine": true,
"printWidth": 100
} }

View File

@@ -55,7 +55,7 @@ class AddEditHost extends Component {
render() { render() {
return ( return (
<Box dxStyle={{ width: '430px', height: 'auto', padding: '5px' }}> <Box dxDark dxStyle={{ width: '430px', height: 'auto', padding: '5px' }}>
{createDismissDisplay(this.props.Close)} {createDismissDisplay(this.props.Close)}
<div <div
style={{ style={{

View File

@@ -6,7 +6,7 @@
--control_border: 1px solid rgba(80, 80, 90, 0.9); --control_border: 1px solid rgba(80, 80, 90, 0.9);
--control_box_shadow: 2px 2px 2px black; --control_box_shadow: 2px 2px 2px black;
--control_transparent_background: rgba(10, 10, 16, 0.5); --control_transparent_background: rgba(10, 10, 16, 0.5);
--control_dark_transparent_background: rgba(10, 10, 16, 0.7); --control_dark_transparent_background: rgba(10, 10, 16, 0.75);
--text_color: rgba(200, 200, 240, 0.65); --text_color: rgba(200, 200, 240, 0.65);
--text_color_hover: rgba(200, 200, 225, 0.65); --text_color_hover: rgba(200, 200, 225, 0.65);