mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 08:26:12 +02:00
🐛 Fix reset override behaviour
This commit is contained in:
parent
fb58d7a4cc
commit
d08dfaa022
2 changed files with 4 additions and 3 deletions
|
@ -1177,8 +1177,8 @@
|
|||
(t/is (= (:fill-opacity shape1) 0))
|
||||
(t/is (= (:name shape2) "Rect 1"))
|
||||
(t/is (= (:touched shape2) nil))
|
||||
(t/is (= (:fill-color shape2) clr/white))
|
||||
(t/is (= (:fill-opacity shape2) 1))
|
||||
(t/is (= (:fill-color shape2) clr/test))
|
||||
(t/is (= (:fill-opacity shape2) 0.5))
|
||||
|
||||
(t/is (= (:name c-instance2) "Board"))
|
||||
(t/is (= (:touched c-instance2) nil))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue