feat: make button size medium
This commit is contained in:
@@ -241,7 +241,7 @@ export const BrowserWindow = () => {
|
||||
<div>
|
||||
<h2>Select Attribute</h2>
|
||||
{attributeOptions.map((option) => (
|
||||
<Button variant="contained" key={option.value} onClick={() => handleAttributeSelection(option.value)}>
|
||||
<Button variant="contained" size="medium" key={option.value} onClick={() => handleAttributeSelection(option.value)}>
|
||||
{option.label}
|
||||
</Button>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user