Skip to content

Commit b6051d1

Browse files
committed
fix: adjust font-weight in Ask titles to match those in ProfileExplorer (500)
This PR also refactors the stylesheets into a subdirectory (they were previously at the top level of web/scss/components)
1 parent ab23956 commit b6051d1

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Diff for: plugins/plugin-codeflare/src/components/Ask.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import HomeIcon from "@patternfly/react-icons/dist/esm/icons/home-icon"
4242
import InfoIcon from "@patternfly/react-icons/dist/esm/icons/info-circle-icon"
4343
import ChoiceIcon from "@patternfly/react-icons/dist/esm/icons/user-cog-icon"
4444

45-
import "../../web/scss/components/Ask.scss"
45+
import "../../web/scss/components/Ask/_index.scss"
4646

4747
/** One choice to present to the user */
4848
export type Ask<P extends Prompts.Prompt = Prompts.Prompt> = {

Diff for: plugins/plugin-codeflare/web/scss/components/Ask.scss renamed to plugins/plugin-codeflare/web/scss/components/Ask/_index.scss

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
}
3636

3737
.pf-c-select__menu-item-main {
38+
font-weight: 500;
3839
white-space: normal;
3940
}
4041
}

0 commit comments

Comments
 (0)