mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 14:39:34 +01:00
fix DialogHeader missing imports
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import React from 'react';
|
||||
import {Text, View} from 'react-native';
|
||||
import Icon from 'react-native-vector-icons/MaterialCommunityIcons';
|
||||
import { SIZE, WEIGHT } from '../../common/common';
|
||||
import {useTracked} from '../../provider';
|
||||
|
||||
const DialogHeader = ({icon, title, paragraph}) => {
|
||||
@@ -20,7 +21,7 @@ const DialogHeader = ({icon, title, paragraph}) => {
|
||||
) : null}
|
||||
<Text
|
||||
style={{
|
||||
color: colors.accent,
|
||||
color: colors.heading,
|
||||
fontFamily: WEIGHT.bold,
|
||||
marginLeft: 5,
|
||||
fontSize: SIZE.md,
|
||||
|
||||
Reference in New Issue
Block a user