Skip to content
Snippets Groups Projects
Unverified Commit 2c26fa51 authored by Joel Jeremy Marquez's avatar Joel Jeremy Marquez Committed by GitHub
Browse files

Add Modal2 backdrop (#3147)

* Add Modal2 backdrop

* Release notes

* VRT

* Use HTML reported when running tests locally
parent dff9911a
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -57,6 +57,9 @@ export default defineConfig({
timeout: 20000, // 20 seconds
retries: 1,
testDir: 'e2e/',
reporter: !process.env.CI
? ['html', { open: 'never', outputFolder: 'test-results/html' }]
: undefined,
use: {
userAgent: 'playwright',
screenshot: 'on',
......
......@@ -80,6 +80,7 @@ export const Modal = ({
alignItems: 'center',
justifyContent: 'center',
fontSize: 14,
backdropFilter: 'blur(1px) brightness(0.9)',
...style,
}}
{...props}
......
---
category: Bugfix
authors: [joel-jeremy]
---
Add backdrop for Modal2 component.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment