Skip to content

Commit e0408e7

Browse files
Fix --color-primary-rgb to match actual primary color #3094ff
Co-authored-by: HelenoSalgado <73316162+HelenoSalgado@users.noreply.github.com>
1 parent e3558b6 commit e0408e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
--callout-star-icon: #8b5cf6;
5656

5757
/* Utilitários */
58-
--color-primary-rgb: 0, 123, 255;
58+
--color-primary-rgb: 48, 148, 255;
5959
}
6060

6161
.dark {

0 commit comments

Comments
 (0)