Skip to content

Commit

Permalink
Merge branch 'main' into tongy/updateDescriptionWidth
Browse files Browse the repository at this point in the history
  • Loading branch information
tongyu-microsoft committed Apr 12, 2022
2 parents a20b9a4 + 9b16f86 commit 9efa25a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs/counterfactuals/src/lib/CounterfactualPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export class CounterfactualPanel extends React.Component<
/>
</Stack.Item>
<Stack.Item align="end" grow={3}>
<Text variant={"medium"}>
<Text variant={"medium"} className={classes.saveDescription}>
{localization.Counterfactuals.saveDescription}
</Text>
</Stack.Item>
Expand Down
2 changes: 2 additions & 0 deletions libs/counterfactuals/src/lib/CounterfactualPanelStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export interface ICounterfactualPanelStyles {
stackHeader: IStyle;
counterfactualName: IStyle;
tooltipHostDisplay: IStyle;
saveDescription: IStyle;
}

export const counterfactualPanelStyles: () => IProcessedStyleSet<ICounterfactualPanelStyles> =
Expand Down Expand Up @@ -104,6 +105,7 @@ export const counterfactualPanelStyles: () => IProcessedStyleSet<ICounterfactual
predictedLink: {
color: theme.palette.blue
},
saveDescription: { color: theme.semanticColors.buttonTextDisabled },
searchBox: {
width: "210px"
},
Expand Down

0 comments on commit 9efa25a

Please sign in to comment.