Skip to content

Commit 0b04cc6

Browse files
authored
Comments: Now the reply skeleton is actually themed (codesandbox#3869)
* now the reply skeleton is actually themed * ugh we cant guarantee this yet
1 parent 00a3190 commit 0b04cc6

File tree

1 file changed

+1
-1
lines changed
  • packages/components/src/components/SkeletonText

1 file changed

+1
-1
lines changed

packages/components/src/components/SkeletonText/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const pulse = keyframes`
1111

1212
export const SkeletonText = styled(Element)(props => {
1313
const color = props.theme.colors.sideBar.border;
14-
const themeType = props.theme.type;
14+
const themeType = props.theme.type || props.theme.vscodeTheme.type;
1515

1616
/**
1717
* This is fun,

0 commit comments

Comments
 (0)