mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:19:52 +01:00
Fix theme export specs
This commit is contained in:
parent
63b16fd39a
commit
92cb5da58a
2 changed files with 30 additions and 26 deletions
|
@ -15,12 +15,14 @@ FactoryBot.define do
|
|||
dark_color { 6_710_886 }
|
||||
dark_text { 15_658_734 }
|
||||
raised_background { 16_777_215 }
|
||||
raised_text { 3_355_443 }
|
||||
background_color { 13_026_795 }
|
||||
body_text { 3_355_443 }
|
||||
muted_text { 3_355_443 }
|
||||
input_color { 15_789_556 }
|
||||
input_text { 6_710_886 }
|
||||
raised_accent { 16_250_871 }
|
||||
raised_accent_text { 3_355_443 }
|
||||
light_color { 16_316_922 }
|
||||
light_text { 0 }
|
||||
end
|
||||
|
|
|
@ -37,6 +37,7 @@ describe UseCase::DataExport::Theme, :data_export do
|
|||
dark_color: 6710886,
|
||||
dark_text: 15658734,
|
||||
raised_background: 16777215,
|
||||
raised_text: 3355443,
|
||||
background_color: 13026795,
|
||||
body_text: 3355443,
|
||||
muted_text: 3355443,
|
||||
|
@ -45,6 +46,7 @@ describe UseCase::DataExport::Theme, :data_export do
|
|||
input_color: 15789556,
|
||||
input_text: 6710886,
|
||||
raised_accent: 16250871,
|
||||
raised_accent_text: 3355443,
|
||||
light_color: 16316922,
|
||||
light_text: 0,
|
||||
input_placeholder: 7107965
|
||||
|
|
Loading…
Reference in a new issue