Added styling to file selector button #72
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #56
Purpose
Add styling to file inputs so that the "Choose File" button matches that of the other buttons in an app.
Result
Here are before and after pictures:
before
![marx_before2](https://private-user-images.githubusercontent.com/16478455/354901078-093c37d3-34e8-4e82-bb03-b03ef166ee94.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5ODc5NDMsIm5iZiI6MTczODk4NzY0MywicGF0aCI6Ii8xNjQ3ODQ1NS8zNTQ5MDEwNzgtMDkzYzM3ZDMtMzRlOC00ZTgyLWJiMDMtYjAzZWYxNjZlZTk0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA0MDcyM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZiOGNkYThhNDM1MjJjM2YxYzM1YTg4OTVhNzU3ZTE1ZjEzYzY1MmZkNGM3MzY3NGNlYTFlNjhiNmFkNjRiM2UmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.nGVquNTLgkt101iPsGPRGrkynYZ5UspdKpGDCS01Fqc)
after
![marx_after](https://private-user-images.githubusercontent.com/16478455/354901074-5173f155-171e-4289-b252-a43c26e6c8fb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5ODc5NDMsIm5iZiI6MTczODk4NzY0MywicGF0aCI6Ii8xNjQ3ODQ1NS8zNTQ5MDEwNzQtNTE3M2YxNTUtMTcxZS00Mjg5LWIyNTItYTQzYzI2ZTZjOGZiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA0MDcyM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFlZTI5MWQwNDdkZmQwZGM1YzUxMWJiOTg1MTU5ZGZkZDhjZjAzYTdmZWZhZjg1MzYyYzYwNjdkYjNmNWNiZjYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.JqAwz9X_GC14Z3XDSBlZzoDzc1dcMitYo-2mvjDSwkc)
Notes
The border around the active button could use some improvement. Currently, it gets clipped by the outer input element.
I'm not sure whether this would merit a minor or patch version update. Let me know which is most appropriate and I'll make the update.