Merge branch 'bugfix/vds-tilecontainer-padding' into 'develop'

VDS Team removed 2x and replaced with 3x in the spec.

### Summary
Figma Spec update

### JIRA Ticket
CXTDT-544383 - TileContainer - Removed spacing2x and replaced with spacing3x

Co-authored-by: Matt Bruce <matt.bruce@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1097
This commit is contained in:
Pfeil, Scott Robert 2024-04-17 21:25:43 +00:00
commit 76a50b1fda

View File

@ -112,8 +112,8 @@ extension VDS.TileContainer.Padding: Codable {
do {
let type = try container.decode(String.self)
switch type {
case "padding2X":
self = .padding2X
case "padding3X":
self = .padding3X
case "padding4X":
self = .padding4X
case "padding6X":