Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
update colors on dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed May 13, 2019
1 parent a611684 commit a853058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/theme/shields-dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const shieldsDarkTheme: ITheme = {
...defaultTheme.color,
lionLogo: colors.grey700,
text: colors.white,
panelBackground: colors.grey900,
panelBackground: '#17171F',
panelBackgroundSecondary: colors.grey900,
inputBorder: colors.grey700,
separatorLine: colors.grey800
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default class ScriptsControls extends React.PureComponent<Props, State> {
<span>{getLocale('scriptsBlocked')}</span>
</BlockedInfoRowText>
</BlockedInfoRowData>
<LinkAction size='small' onClick={this.onAllowScriptsOnceViaShortcut}>
<LinkAction size='small' style={{ zIndex: 1 }} onClick={this.onAllowScriptsOnceViaShortcut}>
{getLocale('allowScriptsOnce')}
</LinkAction>
<Toggle
Expand Down

0 comments on commit a853058

Please sign in to comment.