File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ SOFTWARE.
26
26
27
27
import { useEffect , useState } from 'react' ;
28
28
29
+ const googleFonts_Icons_ArrowDropUp = < svg xmlns = "http://www.w3.org/2000/svg" height = "24px" viewBox = "0 -960 960 960" width = "24px" fill = "#e3e3e3" > < path d = "M328-400q-9 0-14.5-6t-5.5-14q0-2 6-14l145-145q5-5 10-7t11-2q6 0 11 2t10 7l145 145q3 3 4.5 6.5t1.5 7.5q0 8-5.5 14t-14.5 6H328Z" > </ path > </ svg >
30
+
29
31
const Select = ( {
30
32
placeholder,
31
33
items,
@@ -35,7 +37,7 @@ const Select = ({
35
37
36
38
return (
37
39
< >
38
- < button title = { placeholder } type = 'button' className = 'bb cw sb scp' > < img src = { items [ id ] [ 1 ] } title = { items [ id ] [ 0 ] } alt = "" className = 'fi' /> { items [ id ] [ 0 ] } </ button >
40
+ < button title = { placeholder } type = 'button' className = 'bb cw sb scp' > { < googleFonts_Icons_ArrowDropUp id = "arw" /> } < img src = { items [ id ] [ 1 ] } title = { items [ id ] [ 0 ] } alt = "" className = 'fi r2px ow ' /> { items [ id ] [ 0 ] } </ button >
39
41
</ >
40
42
)
41
43
}
Original file line number Diff line number Diff line change @@ -160,3 +160,10 @@ button {
160
160
.aic { /* Align Items - Center */
161
161
align-items : center;
162
162
}
163
+
164
+ .r2px { /* border Radius - 2PX */
165
+ border-radius : 2px ;
166
+ }
167
+ .ow { /* Outline - White */
168
+ outline : 4px solid white;
169
+ }
You can’t perform that action at this time.
0 commit comments