mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 10:46:32 +00:00
Fix the make note modal layout at dark theme
This commit is contained in:
@@ -103,7 +103,7 @@ class NewNoteModal extends React.Component {
|
|||||||
<div styleName='title'>Make a Note</div>
|
<div styleName='title'>Make a Note</div>
|
||||||
</div>
|
</div>
|
||||||
<button styleName='closeButton' onClick={(e) => this.handleCloseButtonClick(e)}>
|
<button styleName='closeButton' onClick={(e) => this.handleCloseButtonClick(e)}>
|
||||||
<div styleName='close-mark'>X</div>
|
<div styleName='close-mark'>×</div>
|
||||||
<div styleName='close-text'>esc</div>
|
<div styleName='close-text'>esc</div>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ body[data-theme="dark"]
|
|||||||
color $ui-dark-text-color
|
color $ui-dark-text-color
|
||||||
background-color transparent
|
background-color transparent
|
||||||
&:focus
|
&:focus
|
||||||
colorPrimaryButton()
|
colorDarkPrimaryButton()
|
||||||
|
|
||||||
.description
|
.description
|
||||||
color $ui-inactive-text-color
|
color $ui-inactive-text-color
|
||||||
|
|||||||
@@ -95,6 +95,7 @@ colorPrimaryButton()
|
|||||||
$dark-primary-button-background = alpha(#3A404C, 80%)
|
$dark-primary-button-background = alpha(#3A404C, 80%)
|
||||||
$dark-primary-button-background--hover = #3A404C
|
$dark-primary-button-background--hover = #3A404C
|
||||||
$dark-primary-button-background--active = #3A404C
|
$dark-primary-button-background--active = #3A404C
|
||||||
|
|
||||||
colorDarkPrimaryButton()
|
colorDarkPrimaryButton()
|
||||||
color white
|
color white
|
||||||
background-color $dark-primary-button-background
|
background-color $dark-primary-button-background
|
||||||
|
|||||||
Reference in New Issue
Block a user