mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-01-23 12:14:20 +01:00
feat: updating frontend styling
- forms will have red background colour when "instant update" is enabled - button styling is in css file now
This commit is contained in:
@@ -54,7 +54,7 @@ export const MethodComponent = React.memo((props: MethodProps) => {
|
||||
|
||||
return (
|
||||
<div
|
||||
className="col-5 align-items-center method"
|
||||
className="col-5 align-items-center methodComponent"
|
||||
id={parent_path.concat('.' + name)}>
|
||||
{process.env.NODE_ENV === 'development' && (
|
||||
<p>Render count: {renderCount.current}</p>
|
||||
|
||||
Reference in New Issue
Block a user