style: revamp tag config panel #162
Annotations
3 errors
|
test
Process completed with exit code 1.
|
|
src/pages/sidepanel/sections/TagConfig.test.tsx > TagConfig > should have correct padding:
src/pages/sidepanel/sections/TagConfig.test.tsx#L77
Error: expect(element).toHaveStyle()
- Expected
+ Received
- padding: 10px;
+ padding: 0.625rem;
❯ src/pages/sidepanel/sections/TagConfig.test.tsx:77:19
|
|
src/pages/sidepanel/sections/TagConfig.test.tsx > TagConfig > should render with rounded corners:
src/pages/sidepanel/sections/TagConfig.test.tsx#L55
Error: expect(element).toHaveStyle()
- Expected
+ Received
- borderRadius: 8px;
❯ src/pages/sidepanel/sections/TagConfig.test.tsx:55:19
|