Skip to content

Commit eedfaf3

Browse files
committed
use blue for suggestions
1 parent 2b860b5 commit eedfaf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/src/components/RichParameterInput/RichParameterInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const styles = {
109109
},
110110
},
111111
suggestion: (theme) => ({
112-
color: theme.roles.info.fill.solid,
112+
color: theme.roles.notice.fill.solid,
113113
marginLeft: "-4px",
114114
padding: "4px 6px",
115115
lineHeight: "inherit",

site/src/pages/CreateWorkspacePage/CreateWorkspacePageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ export const CreateWorkspacePageView: FC<CreateWorkspacePageViewProps> = ({
318318

319319
const styles = {
320320
nameSuggestion: (theme) => ({
321-
color: theme.roles.info.fill.solid,
321+
color: theme.roles.notice.fill.solid,
322322
padding: "4px 8px",
323323
lineHeight: "inherit",
324324
fontSize: "inherit",

0 commit comments

Comments
 (0)