Skip to content

Commit

Permalink
remove transition all from start boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul committed Dec 10, 2024
1 parent e85a60b commit 0b8bcfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screens/surrealist/start/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
overflow: hidden;
background-color: rgba(0, 0, 0, 0.5);
outline: 1px solid transparent;
transition: all 0.2s;
// transition: all 0.2s;

@include light {
background-color: rgba(255, 255, 255, 0.5);
Expand All @@ -37,7 +37,7 @@
height: 115px;

.start-action-icon {
transition: all 0.2s;
// transition: all 0.2s;
color: var(--mantine-color-slate-5);
}

Expand Down

0 comments on commit 0b8bcfb

Please sign in to comment.