Made button for selecting a raw file bigger.

This commit is contained in:
Zachary Elliott 2024-08-04 15:32:23 -06:00
parent ca1f5b51cc
commit 538b524563
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
import styled from 'styled-components';
const Wrapper = styled.div``;
const Wrapper = styled.div`
.btn {
padding: 2% 0%;
font-size: 125%;
}
`;
export default Wrapper;

View File

@ -24,7 +24,7 @@ const RawFileParams = ({ item, collection }) => {
};
return (
<StyledWrapper>
<StyledWrapper className="w-full">
<RawFilePickerEditor
value={ fileName ? fileName : null }
onChange={(newValue) =>