feat: SW-276 SW-565 Updated UI
This commit is contained in:
@@ -56,6 +56,12 @@ a.text {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.elevated,
|
||||
a.elevated {
|
||||
border: none;
|
||||
box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
/* VARIANTS */
|
||||
.default,
|
||||
a.default {
|
||||
|
||||
@@ -10,6 +10,7 @@ export const buttonVariants = cva(styles.btn, {
|
||||
secondary: styles.secondary,
|
||||
tertiary: styles.tertiary,
|
||||
text: styles.text,
|
||||
elevated: styles.elevated,
|
||||
},
|
||||
size: {
|
||||
small: styles.small,
|
||||
|
||||
@@ -10,7 +10,7 @@ p.caption {
|
||||
.bold {
|
||||
font-family: var(--typography-Caption-Bold-fontFamily);
|
||||
font-size: var(--typography-Caption-Bold-fontSize);
|
||||
font-weight: var(--typography-Caption-Bold-fontWeight);
|
||||
font-weight: 500; /* var(--typography-Caption-Bold-fontWeight); /* Commented till figma values are fixed to 500 instead of medium */
|
||||
letter-spacing: var(--typography-Caption-Bold-letterSpacing);
|
||||
line-height: var(--typography-Caption-Bold-lineHeight);
|
||||
text-decoration: var(--typography-Caption-Bold-textDecoration);
|
||||
|
||||
Reference in New Issue
Block a user