mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-11 23:53:03 -04:00
Mostly Fix AllCallTimers
This commit is contained in:
parent
77fc5bfd84
commit
85598ddf9b
4 changed files with 7 additions and 34 deletions
|
@ -64,7 +64,6 @@ export function SpecialCard({ title, subtitle, description, cardImage, backgroun
|
|||
</div>
|
||||
{buttonTitle && (
|
||||
<>
|
||||
<Forms.FormDivider className={cl("seperator")} />
|
||||
<Clickable onClick={onClick} className={cl("hyperlink")}>
|
||||
<Forms.FormText className={cl("hyperlink-text")}>
|
||||
{buttonTitle}
|
||||
|
|
|
@ -84,7 +84,6 @@
|
|||
width: 100px;
|
||||
height: 100px;
|
||||
border-radius: 50%;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.vc-special-image {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue