update dependencies and ui changes

This commit is contained in:
Barunes Padhy 2024-06-15 13:15:48 +03:00
parent 0317edec1c
commit b1834ba843
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ Django==5.0.6
djangorestframework==3.15.1
gunicorn==22.0.0
packaging==24.0
pillow==10.3.0
proxy_tools==0.1.0
sqlparse==0.5.0
typing_extensions==4.12.2

View File

@ -145,7 +145,7 @@ function Blog(props) {
</Row>
<Row className={`my-2 ${ThemeConfig[GlobalTheme].background}`}>
<Col>
<hr style={{'borderColor': `${ThemeConfig[GlobalTheme].borderColor}`}} />
<hr className={`${ThemeConfig[GlobalTheme].borderColor}`} />
</Col>
</Row>