mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-15 16:33:02 -03:00
fix: fixing duplicate css
This commit is contained in:
@@ -34,18 +34,15 @@
|
||||
&__artifact-label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
gap: 8px;
|
||||
color: globals.$body-color;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
text-align: left;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
&__artifacts {
|
||||
|
||||
@@ -21,7 +21,7 @@ export function CloudSyncRenameArtifactModal({
|
||||
visible,
|
||||
onClose,
|
||||
artifact,
|
||||
}: CloudSyncRenameArtifactModalProps) {
|
||||
}: Readonly<CloudSyncRenameArtifactModalProps>) {
|
||||
const { t } = useTranslation("game_details");
|
||||
|
||||
const validationSchema = yup.object({
|
||||
|
||||
Reference in New Issue
Block a user