Valid User-Experience-Designer Dumps shared by ExamDiscuss.com for Helping Passing User-Experience-Designer Exam! ExamDiscuss.com now offer the newest User-Experience-Designer exam dumps, the ExamDiscuss.com User-Experience-Designer exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com User-Experience-Designer dumps with Test Engine here:
After conducting user interviews, a UX Designer finds an equal amount of users prefer to use the Comply densitysetting as the Compact density setting while viewing records details. Which one token and one utility class should be suggested to the developers to ensure custom component respect these settings? Choose 2 answers
Correct Answer: A,C
Explanation The one token and one utility class that should be suggested to the developers to ensure custom components respect the density settings are: varSpacingMedium. This is a design token that defines the medium spacing value for the vertical and horizontal spacing between elements. This token can be used to adjust the spacing according to the density setting of the user. For example, if the user prefers the Comply density setting, the token value will be 16px, and if the user prefers the Compact density setting, the token value will be 8px. slds-p-around_medium. This is a utility class that applies the medium padding value to all sides of an element. This class can be used to add padding to the custom component according to the density setting of the user. For example, if the user prefers the Comply density setting, the class will apply 16px of padding, and if the user prefers the Compact density setting, the class will apply 8px of padding. References: : Design Tokens : Spacing Tokens : Utility Classes : Padding Utility Classes