Skip to content

Commit dd86ff4

Browse files
author
Tautvilas Mecinskas
committed
fix: change stylesheet id for multidot file
1 parent b58ddf9 commit dd86ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/calendar/day/multi-dot/style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {StyleSheet, Platform} from 'react-native';
22
import * as defaultStyle from '../../../style';
33

4-
const STYLESHEET_ID = 'stylesheet.day.basic';
4+
const STYLESHEET_ID = 'stylesheet.day.multiDot';
55

66
export default function styleConstructor(theme={}) {
77
const appStyle = {...defaultStyle, ...theme};

0 commit comments

Comments
 (0)