Update App.js
This commit is contained in:
-15
@@ -558,21 +558,6 @@ export default function App() {
|
|||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
gap: 5
|
gap: 5
|
||||||
}}>
|
}}>
|
||||||
{/*fill bucket*/}
|
|
||||||
<button style={{
|
|
||||||
backgroundColor: "white",
|
|
||||||
borderWidth: 0,
|
|
||||||
boxShadow: "0 0 5px gray",
|
|
||||||
padding: 10,
|
|
||||||
marginLeft: 10,
|
|
||||||
borderRadius: 15,
|
|
||||||
width: 60,
|
|
||||||
pointerEvents: "auto"
|
|
||||||
}} onClick={() => {
|
|
||||||
clearScreen(colorValue)
|
|
||||||
}}>
|
|
||||||
Clear
|
|
||||||
</button>
|
|
||||||
|
|
||||||
{/*open button*/}
|
{/*open button*/}
|
||||||
<button style={{
|
<button style={{
|
||||||
|
|||||||
Reference in New Issue
Block a user