mirror of
https://github.com/Vencord/Vesktop.git
synced 2025-02-23 13:45:09 +00:00
fixed button formatting
This commit is contained in:
parent
95781176ca
commit
7681a4ab0a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export const CustomSplashAnimation: SettingsComponent = ({ settings }) => {
|
|||
"A custom splash animation is not set."
|
||||
)}
|
||||
</Forms.FormText>
|
||||
<div className="vcd-location-btns" style={{ marginBottom: 20 }}>
|
||||
<div className="vcd-settings-button-grid" style={{ marginBottom: 20 }}>
|
||||
<Button
|
||||
size={Button.Sizes.SMALL}
|
||||
onClick={async () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue