diff --git a/src/pages/index/components/module/GeneratorPhotoComponent/styles/index.scss b/src/pages/index/components/module/GeneratorPhotoComponent/styles/index.scss index 5d051c7..1e99fb8 100644 --- a/src/pages/index/components/module/GeneratorPhotoComponent/styles/index.scss +++ b/src/pages/index/components/module/GeneratorPhotoComponent/styles/index.scss @@ -16,8 +16,10 @@ .btn-bg { background: rgba(255, 255, 255, 0.32); + border: 0.66px solid rgba(255, 255, 255, 0.32); } .btn-bg-sub { + background: $theme-color-500; box-shadow: inset 0px 0px 41px 0px $theme-color-50, inset 0px 0px 15px 0px $theme-color-100; } \ No newline at end of file