diff --git a/components/BackgroundSelect.js b/components/BackgroundSelect.js index a9adddf..b43c2ff 100644 --- a/components/BackgroundSelect.js +++ b/components/BackgroundSelect.js @@ -148,7 +148,7 @@ class BackgroundSelect extends React.Component { .picker-tabs { display: flex; - border-bottom: 1px solid ${COLORS.SECONDARY}; + border-bottom: 2px solid ${COLORS.SECONDARY}; } .picker-tab { diff --git a/components/ExportMenu.js b/components/ExportMenu.js index 1d9ab47..9626c30 100644 --- a/components/ExportMenu.js +++ b/components/ExportMenu.js @@ -115,7 +115,7 @@ class ExportMenu extends React.PureComponent {
diff --git a/components/Settings.js b/components/Settings.js index ab8552a..e70e22e 100644 --- a/components/Settings.js +++ b/components/Settings.js @@ -330,7 +330,7 @@ const Presets = React.memo( } .settings-presets { - border-bottom: 1px solid ${COLORS.SECONDARY}; + border-bottom: 2px solid ${COLORS.SECONDARY}; } .settings-presets-header { @@ -646,7 +646,7 @@ class Settings extends React.PureComponent { top: ${widthChanging ? this.settingPosition.top : 52}px; left: ${widthChanging ? this.settingPosition.left : 0}px; border: 2px solid ${COLORS.SECONDARY}; - width: 324px; + width: 316px; border-radius: 3px; background: ${COLORS.BLACK}; } @@ -667,7 +667,7 @@ class Settings extends React.PureComponent { {` .settings-content { width: 100%; - border-left: 1px solid ${COLORS.SECONDARY}; + border-left: 2px solid ${COLORS.SECONDARY}; } .settings-content > div:not(:first-child) {