Skip to content

Conversation

@joyenjoyer
Copy link
Contributor

@joyenjoyer joyenjoyer commented Dec 17, 2025

Closes INSTUI-4810

Test:
Check if every token is used (use the excel sheet in the JIRA ticket)

@joyenjoyer joyenjoyer self-assigned this Dec 17, 2025
@github-actions
Copy link

github-actions bot commented Dec 17, 2025

PR Preview Action v1.6.3

🚀 View preview at
https://instructure.design/pr-preview/pr-2315/

Built to branch gh-pages at 2025-12-17 14:43 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

Copy link
Collaborator

@adamlobler adamlobler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just checked it visually, it looks good on every theme 🙌

@ToMESSKa
Copy link
Contributor

ToMESSKa commented Dec 18, 2025

The hover option in the first example does not seem to work like it does in v11. (no blue border on hover)
image
Can you please take a look?

@ToMESSKa
Copy link
Contributor

Can you please update the upgrade guide with the removed/renamed tokens?

Comment on lines +38 to 41
componentTheme: NewComponentTypes['TableRowHeader'],
props: TableRowHeaderProps
): TableRowHeaderStyle => {
const { textAlign } = props
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a borderColor token in TableRowHeader which I don't see being used here.

Comment on lines 46 to +49
type TableBodyProps = TableBodyOwnProps &
WithStyleProps<TableBodyTheme, TableBodyStyle> &
OtherHTMLAttributes<TableBodyOwnProps>
WithStyleProps<null, TableBodyStyle> & {
themeOverride?: ThemeOverrideValue
} & OtherHTMLAttributes<TableBodyOwnProps>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought adding the themeOverride param was only needed for the functional components using useStyle? see: https://instructure.slack.com/archives/G01DAT0KGKE/p1764326076310209

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants