mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 15:35:35 +00:00
feat: add theme manager
awesome!
This commit is contained in:
@@ -2,7 +2,7 @@ import styled from '@emotion/styled';
|
||||
import { ItemLink } from '~/components/dashboard/side_nav/nav_item';
|
||||
|
||||
const FavoriteItem = styled(ItemLink)(({ theme }) => ({
|
||||
backgroundColor: theme.colors.white,
|
||||
backgroundColor: theme.colors.secondary,
|
||||
}));
|
||||
|
||||
export default FavoriteItem;
|
||||
|
||||
Reference in New Issue
Block a user