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