Fleet UI: Update <code> purple to be grey (#43231)

This commit is contained in:
RachelElysia
2026-04-08 16:14:51 -04:00
committed by GitHub
parent 4df3012906
commit 25641b78d4
5 changed files with 7 additions and 21 deletions
@@ -275,7 +275,7 @@ const PlatformWrapper = ({
hosts. For CentOS, Red Hat, and Fedora Linux, use{" "}
<code>--type=rpm</code>. For Arch Linux, use{" "}
<code>--type=pkg.tar.zst</code>. For ARM, use{" "}
<code>--arch=arm64</code>
<code>--arch=arm64</code>.
</>
);
} else if (packageType === "msi") {
+1 -1
View File
@@ -94,7 +94,7 @@
@include help-text;
code {
color: $core-vibrant-blue;
color: $ui-fleet-black-75;
background-color: $ui-light-grey;
padding: $pad-xxsmall;
font-family: "SourceCodePro", $monospace;
@@ -75,6 +75,7 @@
margin-bottom: $pad-medium;
}
// Same styling as .form-field__help-text TODO: consider consolidating
&__help-text {
font-size: $x-small;
font-weight: $regular;
@@ -83,8 +84,8 @@
color: $core-fleet-blue;
code {
color: $core-vibrant-blue;
background-color: $ui-gray;
color: $ui-fleet-black-75;
background-color: $ui-light-grey;
padding: $pad-xxsmall;
font-family: "SourceCodePro", $monospace;
}
@@ -96,20 +96,5 @@
&__wrapper {
margin-bottom: $pad-medium;
}
&__help-text {
font-size: $x-small;
font-weight: $regular;
line-height: 1.57;
letter-spacing: 1px;
color: $core-fleet-blue;
code {
color: $ui-fleet-black-75;
background-color: $ui-gray;
padding: $pad-xxsmall;
font-family: "SourceCodePro", $monospace;
}
}
}
}
+2 -2
View File
@@ -171,8 +171,8 @@ form,
}
}
code {
color: $core-vibrant-blue;
background-color: $core-fleet-white;
color: $ui-fleet-black-75;
background-color: $ui-light-grey;
padding: $pad-xxsmall;
font-family: "SourceCodePro", $monospace;
}