Skip to content

Commit 6332fd4

Browse files
committedJun 5, 2024
fix: add missing styles to theme provider
Fix button loading state.
1 parent fa0808f commit 6332fd4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎system/react/src/structuredComponents/ThemeProvider.tsx

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ import {
99
ltrSupport,
1010
resetCss,
1111
theme as themeStyles,
12-
typography
12+
typography,
13+
keyframes
1314
} from '@tablecheck/tablekit-core';
1415
import * as React from 'react';
1516

@@ -19,7 +20,8 @@ const globalStyles = css`
1920
${ltrSupport};
2021
${themeStyles};
2122
${typography};
22-
${constants}
23+
${constants};
24+
${keyframes};
2325
`;
2426

2527
declare module '@emotion/react' {

0 commit comments

Comments
 (0)