test: update form input tests to expect bg-surface instead of bg-background
This commit is contained in:
parent
e97ecfaa31
commit
e384951aa8
6 changed files with 23 additions and 5 deletions
16
apps/playground/eslint.config.mjs
Normal file
16
apps/playground/eslint.config.mjs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
import reactConfig from '@tpmjs/eslint-config/react.js';
|
||||
|
||||
export default [
|
||||
{
|
||||
ignores: [
|
||||
'.next/**',
|
||||
'.turbo/**',
|
||||
'node_modules/**',
|
||||
'*.config.js',
|
||||
'*.config.ts',
|
||||
'next-env.d.ts',
|
||||
'eslint.config.mjs',
|
||||
],
|
||||
},
|
||||
...reactConfig,
|
||||
];
|
||||
|
|
@ -1,6 +1,8 @@
|
|||
export default {
|
||||
const config = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ export function ChatMessages({
|
|||
<div className="text-center text-foreground-secondary">
|
||||
<div className="mb-2 text-4xl">🐟</div>
|
||||
<p className="text-lg">Start chatting to test TPMJS tools</p>
|
||||
<p className="mt-2 text-sm">Try asking: "Tell me a fish joke"</p>
|
||||
<p className="mt-2 text-sm">Try asking: “Tell me a fish joke”</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue