mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-06-14 11:56:32 +03:00
button formatting
This commit is contained in:
@@ -296,7 +296,12 @@ const Scheduler = () => {
|
||||
<Cell stiff>
|
||||
<CircleIcon
|
||||
color={si.active ? 'success' : 'error'}
|
||||
sx={{ fontSize: ICON_SIZE, verticalAlign: 'middle' }}
|
||||
sx={{
|
||||
fontSize: ICON_SIZE,
|
||||
ml: '4px',
|
||||
position: 'relative',
|
||||
top: '2px'
|
||||
}}
|
||||
/>
|
||||
</Cell>
|
||||
<Cell stiff>
|
||||
|
||||
Reference in New Issue
Block a user