diff options
author | rohan09-raj <[email protected]> | 2022-07-19 23:00:40 +0530 |
---|---|---|
committer | rohan09-raj <[email protected]> | 2022-07-19 23:00:40 +0530 |
commit | 7e69bd83d62859a80a9baf44beb005a7980525cf (patch) | |
tree | 6cb42f09a584ef478eeb3a78a6f402375068d527 /src/components/Card | |
parent | a574ddfda9d7ce7c5266d1f99acf351546f8857e (diff) |
Submit button add and radio select addd
Diffstat (limited to 'src/components/Card')
-rw-r--r-- | src/components/Card/Card.module.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Card/Card.module.css b/src/components/Card/Card.module.css index ff09072..e351fd5 100644 --- a/src/components/Card/Card.module.css +++ b/src/components/Card/Card.module.css @@ -18,7 +18,7 @@ .card:active { transform: scale(0.98); - box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24); + box-shadow: 3px 2px 22px 1px var(--color-shadow); } .card__title { |