File tree Expand file tree Collapse file tree 4 files changed +378
-209
lines changed
Expand file tree Collapse file tree 4 files changed +378
-209
lines changed Original file line number Diff line number Diff line change 1- // App
21#app {
32 min-height : 100vh ;
43 background : #000 ;
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ class App extends Component {
8181 updateShape = { this . updateShape . bind ( this ) }
8282 download = { this . download . bind ( this ) } />
8383 < input
84- className = "w-64 h-10 p-2 rounded mt-10 inputField text-center outline-none"
84+ className = "inputField w-64 h-10 p-2 rounded-full mt-10 text-center outline-none"
8585 placeholder = "input name or email ..."
8686 onKeyUp = { this . onInputKeyUp . bind ( this ) } />
8787 </ main >
Original file line number Diff line number Diff line change 6262 "sass-loader" : " ^10.2.0" ,
6363 "standard-version" : " ^9.3.1" ,
6464 "style-loader" : " ^1.0.0" ,
65- "tailwindcss" : " ^2.2.7 " ,
65+ "tailwindcss" : " 2 " ,
6666 "terser-webpack-plugin" : " ^2.1.2" ,
6767 "ts-jest" : " ^27.0.4" ,
6868 "tsconfig-paths-webpack-plugin" : " ^3.5.1" ,
You can’t perform that action at this time.
0 commit comments