mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +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>
|
||||
<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>
|
||||
</button>
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@ body[data-theme="dark"]
|
||||
color $ui-dark-text-color
|
||||
background-color transparent
|
||||
&:focus
|
||||
colorPrimaryButton()
|
||||
colorDarkPrimaryButton()
|
||||
|
||||
.description
|
||||
color $ui-inactive-text-color
|
||||
|
||||
@@ -95,6 +95,7 @@ colorPrimaryButton()
|
||||
$dark-primary-button-background = alpha(#3A404C, 80%)
|
||||
$dark-primary-button-background--hover = #3A404C
|
||||
$dark-primary-button-background--active = #3A404C
|
||||
|
||||
colorDarkPrimaryButton()
|
||||
color white
|
||||
background-color $dark-primary-button-background
|
||||
|
||||
Reference in New Issue
Block a user