File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
lib/presentation/sign_up/screens Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,14 @@ class _FindSchoolScreenState extends State<FindSchoolScreen> {
3535 bool isSearchButtonPressed = false ;
3636 List <SchoolInfo > filteredSchools = [];
3737 SchoolInfo ? selectedSchool;
38-
39- static const Color SELECTED_BORDER_COLOR = Color (0xFF2756F1 );
40- static const double SELECTED_BORDER_OPACITY = 0.5 ;
41-
38+ //==========
4239 final List <SchoolInfo > schools = [
4340 SchoolInfo (name: "๋์ถฉ์คํ๊ต" , address: "๋์ถฉ๋จ๋ ๋์ถฉ์ ๋์ถฉ๋ฉด ๋์ถฉ๋ก 1-2" ),
4441 SchoolInfo (name: "๋์ถฉ๊ณ ๋ฑํ๊ต" , address: "๋์ถฉ๋จ๋ ๋์ถฉ์ ๋์ถฉ๋ฉด ๋์ถฉ๋ก 3-4" ),
4542 SchoolInfo (name: "๊ฐ๋์ด๋ฑํ๊ต" , address: "๋์ถฉ๋จ๋ ๋์ถฉ์ ๊ฐ๋๋ ๊ฐ๋๋ก 5-6" ),
4643 SchoolInfo (name: "๋ค๋ผ์คํ๊ต" , address: "๋์ถฉ๋จ๋ ๋์ถฉ์ ๋ค๋ผ๋ ๋ค๋ผ๋ก 7-8" ),
4744 ];
45+ //==========
4846
4947 @override
5048 void initState () {
@@ -115,10 +113,7 @@ class _FindSchoolScreenState extends State<FindSchoolScreen> {
115113 color: JusicoolColor .white,
116114 borderRadius: BorderRadius .circular (8. r),
117115 border: Border .all (
118- color:
119- isSelected
120- ? SELECTED_BORDER_COLOR .withOpacity (SELECTED_BORDER_OPACITY )
121- : JusicoolColor .gray300,
116+ color: isSelected ? JusicoolColor .blueSky : JusicoolColor .gray300,
122117 width: 1. w,
123118 ),
124119 ),
You canโt perform that action at this time.
0 commit comments