added mouse over color in light theme
This commit is contained in:
parent
cbee00d4ce
commit
61064dba15
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ export default class Navbar extends React.Component {
|
|||
align-items: center;
|
||||
background-color: ${(props) =>
|
||||
theming.theme(props.theme.currentTheme, {
|
||||
light: "white",
|
||||
light: "whitesmoke",
|
||||
dark: "#2F3136",
|
||||
})};
|
||||
color: ${(props) =>
|
||||
|
@ -24,7 +24,7 @@ export default class Navbar extends React.Component {
|
|||
&:hover {
|
||||
background-color: ${(props) =>
|
||||
theming.theme(props.theme.currentTheme, {
|
||||
light: "whitesmoke",
|
||||
light: "#eeeeee",
|
||||
dark: "#36393F",
|
||||
})};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue