changes in search constant basic

parent 4f20cc9f
// TODO: Hard-coded text strings should be translatable/customizable
export const PLACEHOLDER_DEFAULT = 'Search for data resources...';
export const PLACEHOLDER_DEFAULT = 'You can search for data resources here...';
export const SEARCH_BUTTON_TEXT = 'Search';
export const BUTTON_CLOSE_TEXT = 'Close';
export const SIZE_SMALL = 'small';
export const INVALID_SYNTAX_MESSAGE =
"Your search term contains invalid syntax ':'.";
"Your search input contains invalid syntax ':' please renter the input :-";
......@@ -33,7 +33,7 @@
.search-bar-input {
border-color: $stroke;
border-radius: 4px;
border-radius: 10px;
box-shadow: 0 3px 12px 0 rgba(17, 17, 31, 0.04);
width: 100%;
......@@ -76,6 +76,6 @@
}
.error {
color: red;
color: magenta;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment