mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix modal title on edit token (#7453)
* 🐛 Fix modal title on edit token * 🐛 Fix font size on numeric input * ♻️ Update color token border on hover * ♻️ Use swatch component on token pill
This commit is contained in:
@@ -174,7 +174,7 @@ test.describe("Tokens: Tokens Tab", () => {
|
||||
).toBeEnabled();
|
||||
|
||||
// Tokens tab panel should have two tokens with the color red / #ff0000
|
||||
await expect(tokensTabPanel.getByTitle("#ff0000")).toHaveCount(2);
|
||||
await expect(tokensTabPanel.getByRole("button", {name: "#ff0000"})).toHaveCount(2);
|
||||
|
||||
// Global set has been auto created and is active
|
||||
await expect(
|
||||
|
||||
Reference in New Issue
Block a user