File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
forms-flow-components/src/components/SvgIcons
forms-flow-theme/scss/v8-scss Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -1551,8 +1551,8 @@ export const GoogleFormsIcon = ({ color, ...props }) => (
15511551 gradientUnits = "userSpaceOnUse"
15521552 gradientTransform = "translate(35.837 30.7416) scale(1824.04 1824.05)"
15531553 >
1554- < stop stop-color = "white" stop-opacity = "0.1" />
1555- < stop offset = "1" stop-color = "white" stop-opacity = "0" />
1554+ < stop stopColor = "white" stopOpacity = "0.1" />
1555+ < stop offset = "1" stopColor = "white" stopOpacity = "0" />
15561556 </ radialGradient >
15571557 </ defs >
15581558 </ svg >
@@ -1622,9 +1622,9 @@ export const MicrosoftFormsIcon = ({ color, ...props }) => (
16221622 y2 = "12.5559"
16231623 gradientUnits = "userSpaceOnUse"
16241624 >
1625- < stop stop-color = "#058F92" />
1626- < stop offset = "0.5" stop-color = "#038489" />
1627- < stop offset = "1" stop-color = "#026D71" />
1625+ < stop stopColor = "#058F92" />
1626+ < stop offset = "0.5" stopColor = "#038489" />
1627+ < stop offset = "1" stopColor = "#026D71" />
16281628 </ linearGradient >
16291629 </ defs >
16301630 </ svg >
@@ -1733,8 +1733,8 @@ export const SparkIcon = ({ color, ...props }) => (
17331733 xmlns = "http://www.w3.org/2000/svg"
17341734 >
17351735 < path
1736- fill-rule = "evenodd"
1737- clip-rule = "evenodd"
1736+ fillRule = "evenodd"
1737+ clipRule = "evenodd"
17381738 d = "M3.18865 0.0211712C3.56778 0.107066 3.83623 0.437493 3.83623 0.81825V3.03753H5.16377C5.45231 3.03753 5.72047 3.18307 5.87322 3.42259C6.02597 3.6621 6.04172 3.96174 5.91488 4.21532L3.75112 8.54138C3.58007 8.88338 3.19048 9.06472 2.81135 8.97883C2.43222 8.89293 2.16377 8.56251 2.16377 8.18175V5.96247H0.836235C0.547686 5.96247 0.279528 5.81693 0.126776 5.57741C-0.0259652 5.3379 -0.0417204 5.03826 0.0851175 4.78468L2.24888 0.45862C2.41993 0.11662 2.80952 -0.0647238 3.18865 0.0211712Z"
17391739 fill = "#B8ABFF"
17401740 />
Original file line number Diff line number Diff line change @@ -304,9 +304,7 @@ $white-300: var(--white-300);
304304 & __attachment-filename {
305305 white-space : nowrap ;
306306 color : $secondary-dark ; /* #525254 */
307- font-family : Figtree;
308307 font-size : 0.8125rem ; /* 13px */
309- font-style : normal ;
310308 font-weight : $font-weight-regular ; /* 400 */
311309 line-height : 1.5rem ; /* 24px */ /* 184.615% */
312310 }
You can’t perform that action at this time.
0 commit comments